Skip to content
This repository was archived by the owner on Jun 29, 2025. It is now read-only.

Commit caed1f4

Browse files
committed
fix: account dropdown on mobile
1 parent 8c2c930 commit caed1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/navBar/ActionAvatar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import authService from "../../services/auth.service";
55

66
const ActionAvatar = () => {
77
return (
8-
<Menu>
8+
<Menu position="bottom-start" withinPortal>
99
<Menu.Target>
1010
<ActionIcon>
1111
<Avatar size={28} radius="xl" />

0 commit comments

Comments
 (0)