Skip to content

Commit

Permalink
Fix visible shadow on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
jarntz committed Dec 16, 2022
1 parent 057eb77 commit df064f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Nav/Nav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const Nav = () => {
</div>
<div
className={`absolute top-0 left-0 right-0 transition-all duration-300 lg:static lg:translate-y-0 ${
navOpen ? 'translate-y-0 shadow-lg' : '-translate-y-full'
navOpen ? 'translate-y-0 shadow-lg lg:shadow-none' : '-translate-y-full'
}`}
>
<div
Expand Down

0 comments on commit df064f2

Please sign in to comment.