Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-30 20:00:46 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-30 23:29:45 +0400
commit57c954a345a21b0e9b2815b9ae015888ce66acbd (patch)
treeb3fd51c8f1e5408508272890e0019279f15f43b9 /core/css/styles.css
parent24c8774b7ff448c12f6514933b86ebfbc2019440 (diff)
fix notification preventing top bar clickability, fix #9680
Diffstat (limited to 'core/css/styles.css')
-rw-r--r--core/css/styles.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 17ed3fbc74c..4ac43f439b4 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -680,7 +680,13 @@ label.infield {
.center { text-align:center; }
.inlineblock { display: inline-block; }
-#notification-container { position: fixed; top: 0px; width: 100%; text-align: center; z-index: 101; line-height: 1.2;}
+#notification-container {
+ position: absolute;
+ top: 0;
+ width: 100%;
+ text-align: center;
+ line-height: 1.2;
+}
#notification, #update-notification {
z-index: 101;
background-color: #fc4;