FIX: use maximum z-index for select-box when expanded
This commit is contained in:
parent
75b2aa2edd
commit
84e992363c
|
@ -15,7 +15,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.is-expanded {
|
&.is-expanded {
|
||||||
z-index: 102;
|
z-index: 9999;
|
||||||
|
|
||||||
.select-box-wrapper {
|
.select-box-wrapper {
|
||||||
border: 1px solid $tertiary;
|
border: 1px solid $tertiary;
|
||||||
|
|
Loading…
Reference in New Issue