From 3c80cfdce045af38dff0a2d6c3017c33c01f1641 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Thu, 11 Jun 2015 14:48:38 +0200 Subject: [PATCH 1/2] fix tasks overflow bug --- app/assets/stylesheets/zammad.css.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/zammad.css.scss b/app/assets/stylesheets/zammad.css.scss index c58a7e83b..6c8f8a852 100644 --- a/app/assets/stylesheets/zammad.css.scss +++ b/app/assets/stylesheets/zammad.css.scss @@ -1719,12 +1719,14 @@ footer { .tasks { background: #2c2d36; flex: 1; + overflow: auto; } .tasks.tasks--standalone { background: none; margin: 8px 0 0; padding: 0; + overflow: visible; } .tasks--standalone .task { From 1a1112fbc9b6e004f80c7e28b50d9bbca954e4e1 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Thu, 11 Jun 2015 15:53:45 +0200 Subject: [PATCH 2/2] fix popover z-index vs navigation --- app/assets/stylesheets/zammad.css.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/zammad.css.scss b/app/assets/stylesheets/zammad.css.scss index 6c8f8a852..166d2bf08 100644 --- a/app/assets/stylesheets/zammad.css.scss +++ b/app/assets/stylesheets/zammad.css.scss @@ -2026,7 +2026,7 @@ footer { right: 0; bottom: 0; top: 53px; - z-index: 1002; + z-index: 900; display: none; overflow: scroll; } @@ -2363,7 +2363,7 @@ footer { border: none; color: hsl(206,7%,28%); box-shadow: 0 1px 14px rgba(0,8,14,.25); - @extend .zIndex-9; + z-index: 900; } .popover-body { @@ -4143,7 +4143,7 @@ footer { .modal { position: fixed; - @extend .zIndex-10; + z-index: 1000; } .modal-dialog {