aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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;