diff options
-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 { |