From be2a3c7398e23c5afbdc1f13b2641886d170d01c Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date: Wed, 30 Jul 2014 18:00:46 +0200
Subject: [PATCH] fix notification preventing top bar clickability, fix #9680

---
 core/css/styles.css | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/core/css/styles.css b/core/css/styles.css
index c7d858a4feb..057b8cfeee7 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;
-- 
GitLab