From 77057bc0135b8b84a4bf543741e99dbe6cd34a16 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Wed, 25 Nov 2015 15:51:47 +0100 Subject: [PATCH] chat designer: disable scroll on iframe --- app/assets/stylesheets/zammad.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 4757e73b2..686c09ae5 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -7462,6 +7462,7 @@ output { height: 100%; background: white; border-radius: 0 0 5px 5px; + pointer-events: none; } img {