Skip to content

Commit c8a7e99

Browse files
fix: add flexDirection column to MenuContent to fix dropdown layout
1 parent 03154b9 commit c8a7e99

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/components/sharedComponents/ui/Menu

src/components/sharedComponents/ui/Menu/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export const MenuContent: FC<MenuContentProps> = ({ children, css, ...restProps
1010
css={{ ...css, ...styles }}
1111
padding="0"
1212
display="flex"
13+
flexDirection="column"
1314
alignItems="stretch"
1415
{...restProps}
1516
>

0 commit comments

Comments
 (0)