Skip to content

Commit

Permalink
Fix animation causing background to overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
backjonas committed Sep 12, 2023
1 parent 8efd3cd commit f3725db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/header/navbar/MenuIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const MenuIcon = ({ open, onClick }: MenuIconProps) => (
/>
<MenuBar
className={classNames(
open ? 'translate-x-full opacity-0' : 'translate-x-0 opacity-100',
open ? 'translate-x-4 opacity-0' : 'translate-x-0 opacity-100',
'mb-[7px]'
)}
/>
Expand Down

0 comments on commit f3725db

Please sign in to comment.