Fixed notifications position

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-08-03 15:07:55 +02:00
parent 755f13ee9f
commit 05b53aaf8c
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 2 additions and 1 deletions

View File

@ -400,10 +400,11 @@ td.avatar {
}
#notification-container {
position: absolute;
position: fixed;
top: 0;
width: 100%;
text-align: center;
z-index: 8000;
}
#notification {