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 1a11868 commit fc2e89cCopy full SHA for fc2e89c
src/components/Layout/TopNav/TopNav.tsx
@@ -302,7 +302,7 @@ export default function TopNav({
302
className="w-full lg:h-auto grow pr-0 lg:pr-5 pt-4 lg:py-6 md:pt-4 lg:pt-4 scrolling-touch scrolling-gpu">
303
{/* No fallback UI so need to be careful not to suspend directly inside. */}
304
<Suspense fallback={null}>
305
- <div className="pl-3 xs:pl-5 xs:gap-0.5 xs:text-base overflow-x-scroll flex flex-row lg:hidden text-base font-bold text-secondary dark:text-secondary-dark">
+ <div className="pl-3 xs:pl-5 xs:gap-0.5 xs:text-base overflow-x-auto flex flex-row lg:hidden text-base font-bold text-secondary dark:text-secondary-dark">
306
<NavItem isActive={section === 'learn'} url="/learn">
307
Learn
308
</NavItem>
0 commit comments