From 3b9b801c99d4e5bd54f83ea9767f89e732a79a1b Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Sun, 18 Oct 2015 23:55:40 +0200 Subject: [PATCH] Workaround for selenium chrome driver issue. --- app/assets/stylesheets/zammad.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 799f2593a..f1aceef39 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -3932,6 +3932,10 @@ footer { justify-content: center; } +.shortcut { + zIndex: 1000; +} + .shortcut .dropdown-menu > .active > a { background: none; } @@ -3954,7 +3958,7 @@ footer { position: absolute; top: 43px; @extend .u-clickable, .zIndex-7; - + &.is-hidden { display: none; }