From 8342e12cfef35953ad3eed60af9bc91e2b7d8258 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Fri, 21 Jul 2017 15:23:31 +0200 Subject: [PATCH] Dropdown: hide behind notifications (popover) --- app/assets/stylesheets/zammad.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index e4557822d..6076f7c66 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -3972,7 +3972,6 @@ footer { max-width: 400px; min-width: 350px; flex-direction: column; - @extend .zIndex-2; &.is-visible { display: flex; @@ -5985,7 +5984,7 @@ footer { } .dropdown-menu { - @extend .zIndex-9; // has to be behind modal windows + @extend .zIndex-5; // has to be behind modal windows and beneath notifications (popover) position: absolute; margin: 0; padding: 0;