mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 03:06:53 +08:00
FIX: use maximum z-index for select-box when expanded
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
}
|
||||
|
||||
&.is-expanded {
|
||||
z-index: 102;
|
||||
z-index: 9999;
|
||||
|
||||
.select-box-wrapper {
|
||||
border: 1px solid $tertiary;
|
||||
|
Reference in New Issue
Block a user