diff --git a/web/src/views/live/DraggableGridLayout.tsx b/web/src/views/live/DraggableGridLayout.tsx
index 55682b92c..522787bcf 100644
--- a/web/src/views/live/DraggableGridLayout.tsx
+++ b/web/src/views/live/DraggableGridLayout.tsx
@@ -808,7 +808,7 @@ export default function DraggableGridLayout({
streamMetadata={streamMetadata}
>
{
cameraZoomViewportRefs.current[camera.name] = node;
@@ -840,7 +840,7 @@ export default function DraggableGridLayout({
useWebGL={useWebGL}
cameraRef={cameraRef}
className={cn(
- "draggable-live-grid-mse-cover size-full rounded-lg bg-black md:rounded-2xl",
+ "draggable-live-grid-mse-cover size-full bg-black",
camera.ui?.rotate &&
"draggable-live-grid-rotated [--frigate-mse-grid-rotated:1] [--frigate-mse-grid-rotation:rotate(90deg)]",
isEditMode &&