mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-30 20:01:15 +00:00
Make sure clicks on labels dont stop the event propagation to buttons.
This commit is contained in:
parent
503822deb0
commit
b9797dbc42
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
right: 0;
|
||||
padding: .15em .6em .2em;
|
||||
font-size: 60%;
|
||||
pointer-events: none; // Labels were capturing button/anchor clicks.
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue