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
path: root/src
diff options
context:
space:
mode:
authorPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2019-04-04 16:45:15 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2019-04-04 16:45:15 +0300
commit57f7035ef0f67c416c371ad45731d389e23144ad (patch)
tree374c4596e16dfd0d87a4bb1a3b196cf4110d72d6 /src
parente23a8a518935179a465bf8d1c0fa4e7539d0f3ba (diff)
GUI improvements
Diffstat (limited to 'src')
-rw-r--r--src/css/logic.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/css/logic.css b/src/css/logic.css
index 47af6123..24d8f04d 100644
--- a/src/css/logic.css
+++ b/src/css/logic.css
@@ -1,23 +1,23 @@
.logic__background {
- position: absolute;
+ position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: black;
opacity: 0.75;
- z-index: 2000;
+ z-index: 2001;
}
.logic__content {
- position: absolute;
+ position: fixed;
top: 2em;
bottom: 2em;
left: 4em;
right: 4em;
background-color: #efefef;
border-radius: 2px;
- z-index: 2001;
+ z-index: 2002;
padding: 2em;
}