diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-08-08 09:15:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-08 09:15:26 +0200 |
commit | 75de67a98fa45f7f1a0c72cadbf0bd2b30e2dcf9 (patch) | |
tree | e3503e7ca6ebf7a4e95d330dd10322436fc1645d /core/css | |
parent | bee65f8053f3c5915c83931740b00ce8e458e44d (diff) | |
parent | 05b53aaf8caf7ab2de5248c4e4b7f92a39614ed8 (diff) | |
download | nextcloud-server-75de67a98fa45f7f1a0c72cadbf0bd2b30e2dcf9.tar.gz nextcloud-server-75de67a98fa45f7f1a0c72cadbf0bd2b30e2dcf9.zip |
Merge pull request #10525 from nextcloud/notifications-fix
Fixed notifications position
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.scss | 3 |
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 { |