스크롤 흐름 복원

This commit is contained in:
2026-06-30 00:21:23 +09:00
parent 203e674c3f
commit ac8a70a2ca
2 changed files with 12 additions and 0 deletions
+7
View File
@@ -580,6 +580,13 @@ body.site-blazor {
.site-shell {
min-height: 100vh;
display: flex;
flex-direction: column;
}
.site-main {
display: block;
overflow: visible;
}
.site-topbar {