From e5c7fa4c6c61666d7a28b18b072788631a925ade Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Mon, 16 Feb 2015 09:26:10 +0100 Subject: [PATCH] Improved z-index of fit screen. --- app/assets/stylesheets/zammad.css.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/zammad.css.scss b/app/assets/stylesheets/zammad.css.scss index 29f5c7a7b..a6a9464e5 100644 --- a/app/assets/stylesheets/zammad.css.scss +++ b/app/assets/stylesheets/zammad.css.scss @@ -780,13 +780,13 @@ textarea, .content.fit { padding: 10px; background: #2c2d36; - z-index: 1; + z-index: 501; } .fullscreenMessage { padding: 22px; @extend .centered; - + .icon { margin: -5px 14px 0 0; } @@ -918,7 +918,6 @@ textarea, .login { padding: 10px; background: hsl(234,10%,19%); - z-index: 501; } .content.getstarted {