forked from farhoodlabs/paperclip
Remove main-content focus outline
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -423,7 +423,7 @@ export function Layout() {
|
|||||||
id="main-content"
|
id="main-content"
|
||||||
tabIndex={-1}
|
tabIndex={-1}
|
||||||
className={cn(
|
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",
|
isMobile ? "overflow-visible pb-[calc(5rem+env(safe-area-inset-bottom))]" : "overflow-auto",
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user