diff --git a/frontend/src/lib/components/AnnotationShape.svelte b/frontend/src/lib/components/AnnotationShape.svelte index 2dbc1f3d..31be34f4 100644 --- a/frontend/src/lib/components/AnnotationShape.svelte +++ b/frontend/src/lib/components/AnnotationShape.svelte @@ -130,8 +130,8 @@ let shapeStyle = $derived( }} style=" position: absolute; - top: -8px; - right: -8px; + top: 4px; + right: 4px; min-width: 44px; min-height: 44px; display: flex;