Spaces:
Runtime error
Runtime error
File size: 189 Bytes
cd2fc58 |
1 2 3 4 5 6 7 8 9 10 11 12 |
.scrolling-group {
height: 460px;
max-height: 80vh;
}
.padded {
padding-left: 0.5em;
padding-right: 0.5em;
}
.scrolling-group > .styler {
overflow-y: auto !important;
}
|