Skip to content

Commit cd3584f

Browse files
committed
fix: sticky
1 parent 37174a3 commit cd3584f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/components/DocsLayout.tsx

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

app/styles/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@layer base {
66
html,
77
body {
8-
@apply text-gray-900 bg-gray-50 dark:bg-gray-950 dark:text-gray-200 overflow-x-hidden;
8+
@apply text-gray-900 bg-gray-50 dark:bg-gray-950 dark:text-gray-200;
99
}
1010

1111
.using-mouse * {

0 commit comments

Comments
 (0)