Merge pull request #10525 from nextcloud/notifications-fix

Fixed notifications position
This commit is contained in:
Roeland Jago Douma 2018-08-08 09:15:26 +02:00 committed by GitHub
commit 75de67a98f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {