diff --git a/web/src/views/live/DraggableGridLayout.tsx b/web/src/views/live/DraggableGridLayout.tsx index 0d4eb9374..afbf0459c 100644 --- a/web/src/views/live/DraggableGridLayout.tsx +++ b/web/src/views/live/DraggableGridLayout.tsx @@ -671,7 +671,7 @@ export default function DraggableGridLayout({ className={cn( "draggable-live-grid-mse-cover size-full rounded-lg bg-black md:rounded-2xl", camera.ui?.rotate && - "draggable-live-grid-rotated [--frigate-mse-grid-rotation:90deg]", + "draggable-live-grid-rotated [--frigate-mse-grid-rotation:rotate(90deg)]", isEditMode && showCircles && "outline-2 outline-muted-foreground hover:cursor-grab hover:outline-4 active:cursor-grabbing",