We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37174a3 commit cd3584fCopy full SHA for cd3584f
app/components/DocsLayout.tsx
@@ -583,7 +583,7 @@ export function DocsLayout({
583
>
584
{children}
585
</div>
586
- <div className="mb-8 !py-0 mx-auto max-w-full">
+ <div className="mb-8 !py-0 mx-auto max-w-full overflow-x-hidden">
587
<GadFooter />
588
589
<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
@@ -5,7 +5,7 @@
5
@layer base {
6
html,
7
body {
8
- @apply text-gray-900 bg-gray-50 dark:bg-gray-950 dark:text-gray-200 overflow-x-hidden;
+ @apply text-gray-900 bg-gray-50 dark:bg-gray-950 dark:text-gray-200;
9
}
10
11
.using-mouse * {
0 commit comments