From 78b05a3bed29a35537ba19670e1a54813704f4f2 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Tue, 9 Dec 2014 11:26:16 +0100 Subject: [PATCH] remove pointer events on the invisible tabsSidebar so that it doesn't block the scrollbar --- app/assets/stylesheets/zammad.css.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/zammad.css.scss b/app/assets/stylesheets/zammad.css.scss index cf079ee00..f2f22a426 100644 --- a/app/assets/stylesheets/zammad.css.scss +++ b/app/assets/stylesheets/zammad.css.scss @@ -3516,6 +3516,7 @@ footer { left: -55px; top: 0; bottom: 0; + pointer-events: none; } .test {