mirror of
https://github.com/smittix/intercept.git
synced 2026-07-27 18:18:10 -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;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
border-left: 1px solid rgba(0, 212, 255, 0.2);
|
border-left: 1px solid rgba(0, 212, 255, 0.2);
|
||||||
overflow: hidden;
|
overflow-y: auto;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Satellite selector at top of sidebar */
|
/* Satellite selector at top of sidebar */
|
||||||
@@ -516,6 +517,20 @@ body {
|
|||||||
flex-shrink: 0;
|
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 {
|
.telemetry-rows {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: 1fr 1fr;
|
||||||
|
|||||||
Reference in New Issue
Block a user