From 33179c632e96b4f90fa0bf3efce454e8d468c871 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Tue, 24 Nov 2015 15:24:05 +0100 Subject: [PATCH] chat designer: disable pointer-events on chat demo --- app/assets/stylesheets/zammad.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 898ac4af5..bb76db7e1 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -7562,7 +7562,7 @@ output { width: 100%; height: 100%; animation: slide-up 500ms; - // pointer-events: none; + pointer-events: none; } }