summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-09-11 14:12:29 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-09-11 14:12:29 +0200
commit4602436bced042e50659c3a2a3dfb8283e45aa68 (patch)
tree5d1324f5aa9e7f5abc58e92d305a30f76280c6df /core/css
parent9737ba74ce828c745794af26e2bd2bb4ec7b1803 (diff)
downloadnextcloud-server-4602436bced042e50659c3a2a3dfb8283e45aa68.tar.gz
nextcloud-server-4602436bced042e50659c3a2a3dfb8283e45aa68.zip
fix notification visibility, fix #11016
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.css2
1 files changed, 1 insertions, 1 deletions
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;