From 3a0d71c47bc0030281075474b95bda29699a592f Mon Sep 17 00:00:00 2001 From: ibs0d <53568938+ibs0d@users.noreply.github.com> Date: Sun, 8 Mar 2026 21:25:46 +1100 Subject: [PATCH] Update DraggableGridLayout.tsx --- web/src/views/live/DraggableGridLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",