From 565beb05803a034b920d6cac779118aa31b292da Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Wed, 1 Apr 2015 22:00:22 +0200 Subject: [PATCH] Fixed online notifications if longer then screen height. --- 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 b8130f738..4a157d35d 100644 --- a/app/assets/stylesheets/zammad.css.scss +++ b/app/assets/stylesheets/zammad.css.scss @@ -2915,6 +2915,7 @@ footer { .popover-content { @extend .flex; + overflow-y: scroll; } &.is-overflowing .popover-notificationsHeader {