Skip to content

Commit

Permalink
Merge pull request WeMakeDevs#706 from dylanbuchi/main
Browse files Browse the repository at this point in the history
fix: hide "go to top" button when mobile menu is open
  • Loading branch information
AnuragThePathak authored Jul 15, 2023
2 parents 0523ced + 46dc6e7 commit f1e5ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/Backdrop.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Backdrop = ({
return (
<div
className={clsx(
'fixed inset-0 z-50 flex items-center justify-center bg-content/20 transition-opacity',
'fixed inset-0 z-[51] flex items-center justify-center bg-content/20 transition-opacity',
[
isDarkBg && 'bg-content/20',
isTransparent && 'bg-transparent',
Expand Down

0 comments on commit f1e5ec8

Please sign in to comment.