Skip to content

Commit

Permalink
do not open menu as modal
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalfertheiner committed Nov 12, 2024
1 parent d530d19 commit d6e1ee6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/menu/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export function Menu({ className, children, button, placement }: MenuProps) {
ref={refs.setFloating}
className={menu.list.base}
style={floatingStyles}
modal={false}
>
{children}
</HeadlessMenuItems>
Expand Down

0 comments on commit d6e1ee6

Please sign in to comment.