]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix notification preventing top bar clickability, fix #9680
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 30 Jul 2014 16:00:46 +0000 (18:00 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 30 Jul 2014 16:00:46 +0000 (18:00 +0200)
core/css/styles.css

index c7d858a4feb4c8736c1430d1e9712347e5a04292..057b8cfeee779338db4b79738754059acd66f3d1 100644 (file)
@@ -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;