From: Jan-Christoph Borchardt Date: Thu, 11 Sep 2014 12:12:29 +0000 (+0200) Subject: fix notification visibility, fix #11016 X-Git-Tag: v8.0.0alpha1~715^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4602436bced042e50659c3a2a3dfb8283e45aa68;p=nextcloud-server.git fix notification visibility, fix #11016 --- diff --git a/core/css/styles.css b/core/css/styles.css index 64b37c89b0b..d4d16db743c 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -701,7 +701,7 @@ label.infield { #notification, #update-notification { margin: 0 auto; max-width: 60%; - z-index: 101; + z-index: 8000; background-color: #fc4; border: 0; padding: 1px 8px;