Skip to content
Snippets Groups Projects
Commit be2a3c73 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

fix notification preventing top bar clickability, fix #9680

parent 84ea3933
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment