From f3388043dbc0d508ac3e115cc3682bac11658a88 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Thu, 24 Aug 2017 18:49:35 +0200 Subject: [PATCH] FIX: avoids select-box being over composer popup --- app/assets/stylesheets/common/components/select-box.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/stylesheets/common/components/select-box.scss b/app/assets/stylesheets/common/components/select-box.scss index c2439630b9..4b820bb044 100644 --- a/app/assets/stylesheets/common/components/select-box.scss +++ b/app/assets/stylesheets/common/components/select-box.scss @@ -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;