Files

5 lines
87 B
CSS

.scroll-container {
@apply overflow-scroll;
max-height: calc(100vh - 320px);
}