mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 14:34:09 +00:00
fix(dropdown): 🐛 dropdown button should be above the backdrop
This commit is contained in:
parent
1f417eda0b
commit
c2523b141c
|
@ -56,6 +56,9 @@
|
|||
}
|
||||
|
||||
> .citizen-dropdown-summary {
|
||||
/* Make button visible above backdrop */
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
background-color: var( --background-color-button-quiet--active );
|
||||
|
||||
&:hover {
|
||||
|
|
Loading…
Reference in a new issue