This commit is contained in:
syuilo
2023-06-01 13:50:13 +09:00
parent 3089a86c8e
commit 6c09361ec6
2 changed files with 2 additions and 1 deletions

View File

@@ -266,6 +266,7 @@ $widgets-hide-threshold: 1090px;
.root {
height: 100dvh;
overflow: clip;
contain: strict;
box-sizing: border-box;
display: flex;
}