Skip to content

Commit 296abb6

Browse files
authored
Merge branch 'main' into feat-examples-code
2 parents 65fd8a0 + cd3584f commit 296abb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/DocsLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ export function DocsLayout({
585585
>
586586
{children}
587587
</div>
588-
<div className="mb-8 !py-0 mx-auto">
588+
<div className="mb-8 !py-0 mx-auto max-w-full overflow-x-hidden">
589589
<GadFooter />
590590
</div>
591591
<div className="sticky flex items-center flex-wrap bottom-2 z-10 right-0 text-xs md:text-sm px-1 print:hidden">

0 commit comments

Comments
 (0)