mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
Fix transmitters and decoded packets panels hidden in satellite dashboard sidebar
This commit is contained in:
@@ -366,7 +366,8 @@ body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
border-left: 1px solid rgba(0, 212, 255, 0.2);
|
||||
overflow: hidden;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
/* Satellite selector at top of sidebar */
|
||||
@@ -516,6 +517,20 @@ body {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.transmitters-panel,
|
||||
.packets-panel {
|
||||
flex-shrink: 0;
|
||||
min-height: 120px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.transmitters-panel .panel-content,
|
||||
.packets-panel .panel-content {
|
||||
height: auto;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.telemetry-rows {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
|
||||
Reference in New Issue
Block a user