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:
parent
7769018316
commit
b8aab5d14e
2 changed files with 19 additions and 1 deletions
|
@ -121,6 +121,10 @@
|
|||
cursor: move;
|
||||
}
|
||||
|
||||
&.moving {
|
||||
touch-action: none;
|
||||
}
|
||||
|
||||
&.selectedEditor {
|
||||
border: var(--focus-outline);
|
||||
outline: var(--focus-outline-around);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue