diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 2a55670c1..d9bc05c12 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -6103,6 +6103,11 @@ footer { right: 10px; } +.dropdown-backdrop { + position: fixed; + @extend .zIndex-5; // has to be behind dropdown-menu (dropdown-menu is also zIndex-5 but behind dropdown-backdrop in dom) +} + .dropdown-menu { @extend .zIndex-5; // has to be behind modal windows and beneath notifications (popover) position: absolute;