From 4bbd585d07a1c36991a7ab8e2fd605c36d30d5aa Mon Sep 17 00:00:00 2001 From: WK Wong Date: Sat, 14 Sep 2024 16:00:57 +0800 Subject: [PATCH] fix(docs): set shouldBlockScroll to false --- apps/docs/components/marketing/hero/floating-components.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/docs/components/marketing/hero/floating-components.tsx b/apps/docs/components/marketing/hero/floating-components.tsx index ef7baec19f..a50b39ca47 100644 --- a/apps/docs/components/marketing/hero/floating-components.tsx +++ b/apps/docs/components/marketing/hero/floating-components.tsx @@ -110,6 +110,7 @@ export const FloatingComponents: React.FC<{}> = () => { content="Developers love Next.js" isOpen={!isTablet} placement="top" + shouldBlockScroll={false} style={{ zIndex: 39, }}