Fix saving scroll position in actor sheets

This commit is contained in:
Johannes Loher 2021-02-20 02:12:34 +01:00
parent 622253f0da
commit d31c9ac24b
4 changed files with 12 additions and 8 deletions

View file

@ -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;
}
}
}