FIX: avoids select-box being over composer popup

This commit is contained in:
Joffrey JAFFEUX 2017-08-24 18:49:35 +02:00 committed by GitHub
parent cdf0fefe8c
commit f3388043db

View File

@ -10,11 +10,10 @@
-ms-flex-direction: column;
flex-direction: column;
position: relative;
z-index: 998;
height: 34px;
&.is-expanded {
z-index: 999;
z-index: 102;
.select-box-wrapper {
border: 1px solid $tertiary;