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