mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
Remove main-content focus outline
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
fad5634b29
commit
296033620f
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
)}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue