From 961a5ecfa5df79734c6f76d798695ceb92f8b82a Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Fri, 21 Jul 2017 14:32:03 +0200 Subject: [PATCH] Dropdown: prevent overlap with modal --- app/assets/stylesheets/zammad.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 77f690c57..3ab10f4d1 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -5968,6 +5968,8 @@ footer { } .dropdown-menu { + @extend .zIndex-9; // has to be behind modal windows + position: absolute; margin: 0; padding: 0; min-width: 100%;