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:
commit
75c6ab1b49
1 changed files with 1 additions and 0 deletions
|
@ -185,6 +185,7 @@
|
|||
position: sticky;
|
||||
top: 0px;
|
||||
background-color: var(--boxBackground);
|
||||
z-index: 10;
|
||||
}
|
||||
.ms-drop {
|
||||
background-color: var(--boxBackground) !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue