diff --git a/ui/src/components/Layout.tsx b/ui/src/components/Layout.tsx index 9028d7af..1a2f7764 100644 --- a/ui/src/components/Layout.tsx +++ b/ui/src/components/Layout.tsx @@ -423,7 +423,7 @@ export function Layout() { id="main-content" tabIndex={-1} className={cn( - "flex-1 p-4 md:p-6", + "flex-1 p-4 outline-none md:p-6", isMobile ? "overflow-visible pb-[calc(5rem+env(safe-area-inset-bottom))]" : "overflow-auto", )} >