From 05b53aaf8caf7ab2de5248c4e4b7f92a39614ed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Fri, 3 Aug 2018 15:07:55 +0200 Subject: [PATCH] Fixed notifications position MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/styles.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/css/styles.scss b/core/css/styles.scss index f6977884193..ad82a7acbf7 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -400,10 +400,11 @@ td.avatar { } #notification-container { - position: absolute; + position: fixed; top: 0; width: 100%; text-align: center; + z-index: 8000; } #notification {