FIX: makes sure the select-box doesn’t go over header
This commit is contained in:
parent
b2dcb51e48
commit
2708243584
|
@ -4,8 +4,6 @@
|
|||
min-width: auto;
|
||||
|
||||
&.is-expanded {
|
||||
z-index: 9999;
|
||||
|
||||
.collection,
|
||||
.select-box-collection,
|
||||
.select-box-body {
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
}
|
||||
|
||||
&.is-expanded {
|
||||
z-index: 9999;
|
||||
z-index: 999;
|
||||
|
||||
.select-box-wrapper {
|
||||
border: 1px solid $tertiary;
|
||||
|
|
Loading…
Reference in New Issue