스크롤 흐름 복원
This commit is contained in:
@@ -570,6 +570,11 @@ html.admin-login-route body {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.admin-main {
|
||||||
|
min-height: 0;
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
|
||||||
/* ============================================================================
|
/* ============================================================================
|
||||||
Dashboard Page Styles
|
Dashboard Page Styles
|
||||||
============================================================================ */
|
============================================================================ */
|
||||||
|
|||||||
@@ -580,6 +580,13 @@ body.site-blazor {
|
|||||||
|
|
||||||
.site-shell {
|
.site-shell {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-main {
|
||||||
|
display: block;
|
||||||
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-topbar {
|
.site-topbar {
|
||||||
|
|||||||
Reference in New Issue
Block a user