.scroll-container {
  overflow-y: auto;
  max-height: 400px; /* или твоя нужная высота */
}
