mirror of
https://github.com/smittix/intercept.git
synced 2026-04-25 07:10:00 -07:00
Stabilize satellite dashboard sidebar panels
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user