mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix notification preventing top bar clickability, fix #9680
This commit is contained in:
parent
84ea393393
commit
be2a3c7398
1 changed files with 7 additions and 1 deletions
|
|
@ -680,7 +680,13 @@ label.infield {
|
|||
.center { text-align:center; }
|
||||
.inlineblock { display: inline-block; }
|
||||
|
||||
#notification-container { position: fixed; top: 0px; width: 100%; text-align: center; z-index: 101; line-height: 1.2;}
|
||||
#notification-container {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
line-height: 1.2;
|
||||
}
|
||||
#notification, #update-notification {
|
||||
z-index: 101;
|
||||
background-color: #fc4;
|
||||
|
|
|
|||
Loading…
Reference in a new issue