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:
authorAsier Ruiz <43983086+Asizon@users.noreply.github.com>2022-10-23 19:40:08 +0300
committerGitHub <noreply@github.com>2022-10-23 19:40:08 +0300
commit75c6ab1b49d4925943d8e2b5fb8d72a16ef5e00e (patch)
tree6be2a688be77c97cd496462461cbea72a3f00589
parenta49a6b98ba926bd08298f640ae5b1617a665a36c (diff)
parentd61a2564e2b68a02e0cb36af540662f020937e1c (diff)
Merge pull request #3055 from limonspb/presets_search_bar_z_index
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;