Fixed notifications position
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
755f13ee9f
commit
05b53aaf8c
|
@ -400,10 +400,11 @@ td.avatar {
|
||||||
}
|
}
|
||||||
|
|
||||||
#notification-container {
|
#notification-container {
|
||||||
position: absolute;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
z-index: 8000;
|
||||||
}
|
}
|
||||||
|
|
||||||
#notification {
|
#notification {
|
||||||
|
|
Loading…
Reference in New Issue