🎨
This commit is contained in:
parent
474155b677
commit
0a295e1bb0
11 changed files with 393 additions and 588 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue