Skip to content

Commit

Permalink
Merge pull request #197 from iodigital-com/fix/mobile-nav-scrolled-tr…
Browse files Browse the repository at this point in the history
…igger

feat(mobile-nav): add pointer events to trigger once scrolled
  • Loading branch information
sanderdejong88 authored Jul 24, 2023
2 parents ebdf405 + 059b7a8 commit 2baf784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/MobileNav.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const MobileNav = () => {
<div className="sm:hidden">
<button
type="button"
className="h-16 w-16 rounded-full border border-gray-100 bg-white p-5"
className="pointer-events-auto h-16 w-16 rounded-full border border-gray-100 bg-white p-5"
aria-label="Toggle Menu"
onClick={onToggleNav}
>
Expand Down

1 comment on commit 2baf784

@vercel
Copy link

@vercel vercel bot commented on 2baf784 Jul 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.