mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Avoid capturing mouse or pointer events in graphical assets.
This commit is contained in:
parent
669fa3f636
commit
a3b5813985
1 changed files with 4 additions and 2 deletions
|
@ -28,6 +28,7 @@
|
|||
background-size: 400px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: right 70%;
|
||||
pointer-events: none;
|
||||
}
|
||||
&::after {
|
||||
content: '';
|
||||
|
@ -36,11 +37,12 @@
|
|||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
right: 50%;
|
||||
background-image: url(/img/brand/500-visual-tail.svg);
|
||||
background-size: 100px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 35% bottom;
|
||||
background-position: 90% bottom;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
.error-img {
|
||||
|
|
Loading…
Reference in a new issue