FIX: use maximum z-index for select-box when expanded

This commit is contained in:
Joffrey JAFFEUX 2017-08-31 00:55:05 +02:00 committed by GitHub
parent 75b2aa2edd
commit 84e992363c
1 changed files with 1 additions and 1 deletions

View File

@ -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;