kora-assistant / custom_style.css
jscotthorn's picture
Fix LFS
cd2fc58
raw
history blame
No virus
189 Bytes
.scrolling-group {
height: 460px;
max-height: 80vh;
}
.padded {
padding-left: 0.5em;
padding-right: 0.5em;
}
.scrolling-group > .styler {
overflow-y: auto !important;
}