1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 20:06:06 +02:00
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;