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

@@ -161,8 +161,8 @@
background: var(--bg-secondary);
border: 1px solid var(--border-color);
border-radius: $radius-md;
flex: 0 0 auto;
height: 480px;
flex: 1 1 auto;
min-height: 0;
overflow: auto;
position: relative;
-webkit-overflow-scrolling: touch;
@@ -401,10 +401,6 @@
padding: $spacing-md;
}
.logPanel {
height: 360px;
}
.errorPanel {
height: 360px;
}