Skip to content

Commit

Permalink
fix(docs): set shouldBlockScroll to false
Browse files Browse the repository at this point in the history
  • Loading branch information
wingkwong committed Sep 14, 2024
1 parent 4a0739f commit 4bbd585
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export const FloatingComponents: React.FC<{}> = () => {
content="Developers love Next.js"
isOpen={!isTablet}
placement="top"
shouldBlockScroll={false}
style={{
zIndex: 39,
}}
Expand Down

0 comments on commit 4bbd585

Please sign in to comment.