mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-08 00:43:54 +00:00
9 lines
116 B
SCSS
9 lines
116 B
SCSS
.scrollContainer {
|
|
max-height: 70vh;
|
|
overflow: auto;
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 1rem;
|
|
}
|