mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-06 23:59:01 +02:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user