made char sheet body scrollable

This commit is contained in:
Gesina Schwalbe 2020-12-29 20:36:54 +01:00
parent 99d2f92b41
commit 4e37991b0f

View file

@ -7,9 +7,12 @@
overflow: hidden;
}
.sheet-body {
overflow-y: auto;
}
.tab {
height: 100%;
overflow-y: scroll;
overflow-y: visible;
align-content: flex-start;
ol {
overflow-y: visible;