Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorU-PAWEL-X220\pawel <pspychalski@gmail.com>2017-01-01 13:31:20 +0300
committerU-PAWEL-X220\pawel <pspychalski@gmail.com>2017-01-01 13:31:20 +0300
commitc569913baa2dc3bf32abd7c80ef1e6020c171fdb (patch)
treeab943a2574102cdf523ccae4b264308a9e26d641 /main.css
parentead552d6940f58d520ee432fad6fc99a854dbfbd (diff)
fix for not visible CLI tab link when log is closed
Diffstat (limited to 'main.css')
-rw-r--r--main.css6
1 files changed, 2 insertions, 4 deletions
diff --git a/main.css b/main.css
index d2c4165a..a3cc43ad 100644
--- a/main.css
+++ b/main.css
@@ -553,15 +553,13 @@ input[type="number"]::-webkit-inner-spin-button {
border-right: 4px solid #37a8db;
background-color: #2e2e2e;
transition: all 0.2s;
-
+ overflow-x: hidden;
+ overflow-y: auto;
}
.tab_container.logopen {
height: calc(100% - 235px);
- overflow-x: hidden;
- overflow-y: auto;
transition: all 0.5s;
-
}
#tabs {