Skip to content

Commit

Permalink
fix: add overflow to menu avoiding corners to be visible
Browse files Browse the repository at this point in the history
  • Loading branch information
rssilva committed Sep 12, 2024
1 parent a900e07 commit 665646f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/components/Menu/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const Menu = React.forwardRef<HTMLButtonElement, BoxProps & MenuProps>(
outlineColor="colorBorderWeaker"
outlineStyle="borderStyleSolid"
outlineWidth="borderWidth10"
overflow="hidden"
>
{map(items, ({ label, onClick, disabled }, i) => (
<MenuItem key={i}>
Expand Down

0 comments on commit 665646f

Please sign in to comment.