This commit is contained in:
syuilo 2025-03-18 22:21:28 +09:00
parent 05391f59a5
commit 62bf0d53d3
4 changed files with 10 additions and 6 deletions

View file

@ -177,8 +177,8 @@ rt {
overscroll-behavior: contain;
}
._page {
height: 100cqh;
._pageScrollable {
height: 100%;
overflow: auto;
overflow-y: scroll;
overscroll-behavior: contain;