From 41b74462043781aa732d5c41cec468333b9d3a1a Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Tue, 10 Jan 2017 11:51:49 +0100 Subject: [PATCH] Fixed issue #597 - If "new ticket created" popover is shown you can't click search box. --- app/assets/stylesheets/zammad.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 487fa1dbd..0de112df3 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -7639,10 +7639,7 @@ output { left: 0; right: 0; @extend .zIndex-10; - - .defaultTheme { - pointer-events: none; - } + pointer-events: none; .noty_bar { max-width: 500px;