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;
|
||||
}
|
||||
|
||||
.sheet-body {
|
||||
overflow-y: auto;
|
||||
}
|
||||
.tab {
|
||||
height: 100%;
|
||||
overflow-y: scroll;
|
||||
overflow-y: visible;
|
||||
align-content: flex-start;
|
||||
ol {
|
||||
overflow-y: visible;
|
||||
|
|
Loading…
Reference in a new issue