fix field drawings on tablets

This commit is contained in:
Alex Turchyn
2024-12-08 22:34:52 +02:00
committed by Pete Matsyburka
parent 46edc7dc37
commit c2014a1549
4 changed files with 20 additions and 13 deletions
+1 -1
View File
@@ -237,7 +237,7 @@
/>
<span
v-if="field?.type && editable"
class="h-4 w-4 md:h-2.5 md:w-2.5 -right-1 rounded-full -bottom-1 border-gray-400 bg-white shadow-md border absolute cursor-nwse-resize"
class="h-4 w-4 lg:h-2.5 lg:w-2.5 -right-1 rounded-full -bottom-1 border-gray-400 bg-white shadow-md border absolute cursor-nwse-resize"
@mousedown.stop="startResize"
@touchstart="startTouchResize"
/>