Skip to content

Commit

Permalink
fix MobileHeaderMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
HaGuesto authored and pylipp committed Feb 1, 2024
1 parent 9637191 commit 44b95a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/components/HeaderMenu/HeaderMenuMobile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function HeaderMenuMobile(props: IHeaderMenuProps) {
<HeaderMenuMobileContainer>
<Flex justifyContent="space-between" w="100%" alignItems="center">
<Logo />
<Menu matchWidth strategy="fixed" computePositionOnMount closeOnBlur>
<Menu strategy="fixed" computePositionOnMount closeOnBlur placement="bottom-end">
<MenuButton
as={IconButton}
aria-label="Options"
Expand Down

0 comments on commit 44b95a1

Please sign in to comment.