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;
&.is-expanded {
z-index: 9999;
.collection,
.select-box-collection,
.select-box-body {

View File

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