1
0
Fork 0
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:
Calixte Denizet 2023-09-23 23:53:19 +02:00
parent 0fc0dc3960
commit 57caa4601c
2 changed files with 52 additions and 0 deletions

View file

@ -169,6 +169,7 @@
position: absolute;
inset: 0;
border: var(--focus-outline-around);
pointer-events: none;
}
}