summaryrefslogtreecommitdiffstats
path: root/core/css/styles.scss
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-03 15:07:55 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-03 15:07:55 +0200
commit05b53aaf8caf7ab2de5248c4e4b7f92a39614ed8 (patch)
tree1dc559b2c6c7f757a35c962e208bb17b714829fb /core/css/styles.scss
parent755f13ee9f8543654a7e2a65b0d7f38378406c4a (diff)
downloadnextcloud-server-05b53aaf8caf7ab2de5248c4e4b7f92a39614ed8.tar.gz
nextcloud-server-05b53aaf8caf7ab2de5248c4e4b7f92a39614ed8.zip
Fixed notifications position
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/css/styles.scss')
-rw-r--r--core/css/styles.scss3
1 files changed, 2 insertions, 1 deletions
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 {