fix notification preventing top bar clickability, fix #9680

This commit is contained in:
Jan-Christoph Borchardt 2014-07-30 18:00:46 +02:00
parent 84ea393393
commit be2a3c7398
1 changed files with 7 additions and 1 deletions

View File

@ -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;