Bounding box

This commit is contained in:
2024-12-02 17:43:32 +01:00
parent ffc15e4d52
commit fa74e1e15a
2 changed files with 24 additions and 12 deletions

View File

@@ -68,7 +68,7 @@
onpointerup={onPointerUp}
onpointermove={onPointerMove}
style={`transform: translate(${vis_x}px, ${vis_y}px)`}
class="absolute flex h-40 w-40 touch-none items-center justify-center rounded-full border-red-400 bg-red-400"
class="absolute flex h-40 w-40 touch-none select-none items-center justify-center rounded-full border-red-400 bg-red-400"
>
Tracker {id}
</div>