mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
Merge pull request #10525 from nextcloud/notifications-fix
Fixed notifications position
This commit is contained in:
commit
75de67a98f
@ -400,10 +400,11 @@ td.avatar {
|
||||
}
|
||||
|
||||
#notification-container {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
z-index: 8000;
|
||||
}
|
||||
|
||||
#notification {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user