diff --git a/web/src/views/live/DraggableGridLayout.tsx b/web/src/views/live/DraggableGridLayout.tsx index 0e44cdf6e..6d118d264 100644 --- a/web/src/views/live/DraggableGridLayout.tsx +++ b/web/src/views/live/DraggableGridLayout.tsx @@ -400,7 +400,7 @@ export default function DraggableGridLayout({ "fixed", isDesktop && "bottom-12 lg:bottom-9", isMobile && "bottom-12 lg:bottom-16", - hasScrollbar && isDesktop ? "right-6" : "right-1", + hasScrollbar && isDesktop ? "right-6" : "right-3", "z-50 flex flex-row gap-2", )} >