We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a812cac commit 38679c1Copy full SHA for 38679c1
src/index.css
@@ -1,4 +1,7 @@
1
-image-crop { display: block; }
+image-crop {
2
+ touch-action: none;
3
+ display: block;
4
+}
5
image-crop.nesw { cursor: nesw-resize; }
6
image-crop.nwse { cursor: nwse-resize; }
7
image-crop.nesw .crop-box,
0 commit comments