Skip to content

Commit

Permalink
fix(menu): remove useless param
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiBonnet committed Dec 27, 2022
1 parent 3825c7f commit 1dea86d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/shared/ui/src/lib/components/menu/menu.tsx
Expand Up @@ -143,7 +143,6 @@ export function Menu(props: MenuProps) {
onClose={(e) => handleClick(e)}
anchorRef={ref}
align={arrowAlign}
viewScroll="close"
className="menu z-20"
menuClassName={`rounded-md shadow-[0_0_32px_rgba(0,0,0,0.08)] p-0 ${className} menu__container menu__container--${direction} menu__container--${
isOpen ? 'open' : 'closed'
Expand Down

0 comments on commit 1dea86d

Please sign in to comment.