1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 16:55:24 +03:00

Merge pull request #3055 from limonspb/presets_search_bar_z_index

Presets fix: search bar z-index should keep it above the presets panels
This commit is contained in:
Asier Ruiz 2022-10-23 18:40:08 +02:00 committed by GitHub
commit 75c6ab1b49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -185,6 +185,7 @@
position: sticky;
top: 0px;
background-color: var(--boxBackground);
z-index: 10;
}
.ms-drop {
background-color: var(--boxBackground) !important;