FIX: makes sure the select-box doesn’t go over header

This commit is contained in:
Joffrey JAFFEUX 2017-09-11 11:23:46 +02:00 committed by GitHub
parent b2dcb51e48
commit 2708243584
2 changed files with 1 additions and 3 deletions

View File

@ -4,8 +4,6 @@
min-width: auto; min-width: auto;
&.is-expanded { &.is-expanded {
z-index: 9999;
.collection, .collection,
.select-box-collection, .select-box-collection,
.select-box-body { .select-box-body {

View File

@ -16,7 +16,7 @@
} }
&.is-expanded { &.is-expanded {
z-index: 9999; z-index: 999;
.select-box-wrapper { .select-box-wrapper {
border: 1px solid $tertiary; border: 1px solid $tertiary;