From 57c954a345a21b0e9b2815b9ae015888ce66acbd Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 30 Jul 2014 18:00:46 +0200 Subject: 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 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; -- cgit v1.2.3