fix(logs): keep log panel scroll within viewport

This commit is contained in:
Supra4E8C
2025-12-27 14:42:10 +08:00
parent 8ca6d31a26
commit 0b2e6efe28
3 changed files with 11 additions and 8 deletions

View File

@@ -338,6 +338,11 @@
gap: $spacing-lg;
overflow-x: hidden;
&.main-content-logs {
flex: 1 1 auto;
min-height: 0;
}
@media (max-width: $breakpoint-mobile) {
padding: $spacing-md;
}