fix(dropdown): 🐛 dropdown button should be above the backdrop

This commit is contained in:
alistair3149 2024-07-06 22:41:54 -04:00
parent 1f417eda0b
commit c2523b141c
No known key found for this signature in database

View file

@ -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 {