1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-06 01:15:56 +02:00
This commit is contained in:
syuilo
2023-05-31 12:24:00 +09:00
parent 8e5d31eb5c
commit 14da0a65f7
4 changed files with 4 additions and 2 deletions

View File

@@ -118,6 +118,7 @@ function more(ev: MouseEvent) {
box-sizing: border-box;
overflow: auto;
overflow-x: clip;
overscroll-behavior: contain;
background: var(--navBg);
contain: strict;
display: flex;