fixed floating scrollbar on blackbox tab

if the configurator is minimized the right scrollbar is floating in the air
10.3.x-maintenance
TheAngularity 2017-05-07 09:39:52 +02:00 committed by GitHub
parent 09713b954b
commit 924d6d9ed6
1 changed files with 3 additions and 3 deletions

View File

@ -1467,9 +1467,9 @@ dialog {
}
/* fixing padding for all Tabs*/
.tab-setup, .tab-landing, .tab-adjustments, .tab-auxiliary, .tab-cli, .tab-configuration, .tab-failsafe, .tab-onboard_logging,
.tab-firmware_flasher, .tab-gps, .tab-help, .tab-led-strip, .tab-logging, .tab-modes, .tab-motors, .tab-pid_tuning,
.tab-ports, .tab-receiver, .tab-sensors, .tab-servos, .tab-osd, .tab-power {
.tab-setup, .tab-landing, .tab-adjustments, .tab-auxiliary, .tab-cli, .tab-configuration, .tab-failsafe, .tab-firmware_flasher,
.tab-gps, .tab-help, .tab-led-strip, .tab-logging, .tab-modes, .tab-motors, .tab-pid_tuning, .tab-ports, .tab-receiver,
.tab-sensors, .tab-servos, .tab-osd, .tab-power {
height: 100%;
position: relative;
}