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

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Efimov <gendalf44@yandex.ru>2022-10-21 07:15:54 +0300
committerIvan Efimov <gendalf44@yandex.ru>2022-10-21 07:15:54 +0300
commitd61a2564e2b68a02e0cb36af540662f020937e1c (patch)
tree6be2a688be77c97cd496462461cbea72a3f00589
parenta49a6b98ba926bd08298f640ae5b1617a665a36c (diff)
Presets fix: search bar z-index should keep it above the presets panels
-rw-r--r--src/tabs/presets/presets.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tabs/presets/presets.less b/src/tabs/presets/presets.less
index 31037845..279e9c0d 100644
--- a/src/tabs/presets/presets.less
+++ b/src/tabs/presets/presets.less
@@ -185,6 +185,7 @@
position: sticky;
top: 0px;
background-color: var(--boxBackground);
+ z-index: 10;
}
.ms-drop {
background-color: var(--boxBackground) !important;