1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

[Editor] Make editors draggable with touchscreens

This commit is contained in:
Calixte Denizet 2024-01-15 23:20:55 +01:00
parent 7769018316
commit b8aab5d14e
2 changed files with 19 additions and 1 deletions

View file

@ -121,6 +121,10 @@
cursor: move;
}
&.moving {
touch-action: none;
}
&.selectedEditor {
border: var(--focus-outline);
outline: var(--focus-outline-around);