This commit is contained in:
syuilo 2025-03-18 15:23:50 +09:00
parent 474155b677
commit 0a295e1bb0
11 changed files with 393 additions and 588 deletions

View file

@ -170,6 +170,20 @@ rt {
text-align: center;
}
._pageContainer {
container-type: size;
contain: strict;
overflow: auto;
overscroll-behavior: contain;
}
._page {
height: 100cqh;
overflow: auto;
overflow-y: scroll;
overscroll-behavior: contain;
}
._indicatorCircle {
display: inline-block;
width: 1em;