mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Merge pull request #10525 from nextcloud/notifications-fix
Fixed notifications position
This commit is contained in:
commit
75de67a98f
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue