Merge pull request #517 from sharelatex/pr-fix-error-banner-clicks

Make the alert container a zero-height static element, to avoid capt…
This commit is contained in:
Shane Kilkelly 2017-06-01 09:15:46 +01:00 committed by GitHub
commit 6feb6959a3

View file

@ -35,11 +35,8 @@
}
.global-alerts {
position: absolute;
z-index: 20;
top: 2px;
left: 0;
right: 0;
height: 0;
margin-top: 2px;
text-align: center;
.alert {
@ -49,6 +46,8 @@
padding: (@line-height-computed / 4);
font-size: 14px;
margin-bottom: (@line-height-computed / 4);
position: relative;
z-index: 20;
}
}
#try-reconnect-now-button {