From 924d6d9ed61bce991df37d958d53efa5c4ddc543 Mon Sep 17 00:00:00 2001 From: TheAngularity Date: Sun, 7 May 2017 09:39:52 +0200 Subject: [PATCH] fixed floating scrollbar on blackbox tab if the configurator is minimized the right scrollbar is floating in the air --- main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.css b/main.css index 2a12dc87..2b4b8a25 100644 --- a/main.css +++ b/main.css @@ -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; }