fix(layout): restore scroll and set panel heights

This commit is contained in:
Supra4E8C
2025-12-26 17:37:49 +08:00
parent ff9bd8a33b
commit 46701b40ad
3 changed files with 55 additions and 7 deletions

View File

@@ -331,13 +331,11 @@
}
.main-content {
flex: 1;
flex: 0 0 auto;
padding: $spacing-lg;
display: flex;
flex-direction: column;
gap: $spacing-lg;
min-height: 0;
overflow-y: auto;
overflow-x: hidden;
@media (max-width: $breakpoint-mobile) {