mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-27 10:23:32 +00:00
Make the alerts container a zero-height static element, to avoid capturing clicks.
This commit is contained in:
parent
17dd64f48a
commit
749fc6a425
1 changed files with 4 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue