fix(layout): restore full-height panels on mobile/HiDPI

This commit is contained in:
Supra4E8C
2025-12-25 23:33:52 +08:00
parent d09db34c34
commit d0c376fc31
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
.container {
width: 100%;
height: 100%;
flex: 1;
display: flex;
flex-direction: column;
min-height: 0;