From 419593ec50741ee1aa4521e095d6534ffd3516fe Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Tue, 12 Sep 2017 16:39:06 +0200 Subject: [PATCH] Fixed issue #1398 - Profile not clickable on browsers with touch events or on some Chrome for Windows. --- app/assets/stylesheets/zammad.scss | 5 +++++ 1 file changed, 5 insertions(+) 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;