mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
[Editor] The ::before containter containing the border of a selected editor mustn't catch mouse events (bug 1854818)
This commit is contained in:
parent
0fc0dc3960
commit
57caa4601c
2 changed files with 52 additions and 0 deletions
|
@ -169,6 +169,7 @@
|
|||
position: absolute;
|
||||
inset: 0;
|
||||
border: var(--focus-outline-around);
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue