From 296033620f6d86410f8390f2e0adac2fe8b22260 Mon Sep 17 00:00:00 2001 From: dotta Date: Wed, 8 Apr 2026 08:42:38 -0500 Subject: [PATCH] Remove main-content focus outline Co-Authored-By: Paperclip --- ui/src/components/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", )} >