made char sheet body scrollable
This commit is contained in:
parent
99d2f92b41
commit
4e37991b0f
1 changed files with 4 additions and 1 deletions
|
@ -7,9 +7,12 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sheet-body {
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
.tab {
|
.tab {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-y: scroll;
|
overflow-y: visible;
|
||||||
align-content: flex-start;
|
align-content: flex-start;
|
||||||
ol {
|
ol {
|
||||||
overflow-y: visible;
|
overflow-y: visible;
|
||||||
|
|
Loading…
Reference in a new issue