Skip to content

Commit e44cee5

Browse files
fix: form-builder skip to main content (#5945)
fix form-builder skip to main content Co-authored-by: Tim Arney <timarney@users.noreply.github.com>
1 parent 8241b91 commit e44cee5

File tree

1 file changed

+1
-0
lines changed
  • app/(gcforms)/[locale]/(form administration)/form-builder/[id]

1 file changed

+1
-0
lines changed

app/(gcforms)/[locale]/(form administration)/form-builder/[id]/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ export default async function Layout(props: {
101101
<main
102102
id="content"
103103
className="form-builder my-7 min-h-[calc(100vh-300px)] w-full"
104+
tabIndex={-1}
104105
>
105106
{children}
106107
</main>

0 commit comments

Comments
 (0)