This commit is contained in:
focp212@naver.com
2025-11-20 13:58:32 +09:00
parent 6a83c33497
commit f853bfbf1c
7 changed files with 10 additions and 24 deletions

View File

@@ -2,6 +2,10 @@ html, body, #root, .wrapper {
height: 100%;
}
main {
height: calc(100vh - 50px) !important;
}
.scrolloff {
overflow-y: hidden;
}