Stabilize satellite dashboard sidebar panels

This commit is contained in:
James Smith
2026-03-18 23:17:02 +00:00
parent e32942fb35
commit 96146a2e2c
2 changed files with 45 additions and 5 deletions

View File

@@ -560,12 +560,24 @@ body {
/* Pass list */
.pass-list {
flex: 1;
min-height: 0;
flex: 0 0 auto;
min-height: 180px;
display: flex;
flex-direction: column;
}
.gs-panel {
flex: 0 0 auto;
min-height: 240px;
display: flex;
flex-direction: column;
}
.gs-panel .panel-content {
height: auto;
overflow-y: auto;
}
.pass-list-content {
flex: 1;
overflow-y: auto;