Fix saving scroll position in actor sheets
This commit is contained in:
parent
622253f0da
commit
d31c9ac24b
4 changed files with 12 additions and 8 deletions
|
@ -8,14 +8,11 @@
|
|||
}
|
||||
|
||||
.sheet-body {
|
||||
overflow-y: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
.tab {
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
align-content: flex-start;
|
||||
ol {
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue