mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 15:41:51 +08:00
FIX: avoids select-box being over composer popup
This commit is contained in:
parent
cdf0fefe8c
commit
f3388043db
|
@ -10,11 +10,10 @@
|
|||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
z-index: 998;
|
||||
height: 34px;
|
||||
|
||||
&.is-expanded {
|
||||
z-index: 999;
|
||||
z-index: 102;
|
||||
|
||||
.select-box-wrapper {
|
||||
border: 1px solid $tertiary;
|
||||
|
|
Loading…
Reference in New Issue
Block a user