From fc2e89cc43ec38cfa1051ba98c98ebc4efdb29c5 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Mon, 20 Mar 2023 16:18:38 +0000 Subject: [PATCH] Remove unnecessary scrollbar --- src/components/Layout/TopNav/TopNav.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layout/TopNav/TopNav.tsx b/src/components/Layout/TopNav/TopNav.tsx index 3a9a29b6..663801fd 100644 --- a/src/components/Layout/TopNav/TopNav.tsx +++ b/src/components/Layout/TopNav/TopNav.tsx @@ -302,7 +302,7 @@ export default function TopNav({ 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"> {/* No fallback UI so need to be careful not to suspend directly inside. */} -
+
Learn