Skip to content

Commit

Permalink
Prevent Vern/Sense Dialog button invisible overflow (#2942)
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec authored Feb 8, 2024
1 parent e3363ca commit 81dd270
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const StyledMenuItem = styled(MenuItem)(({ theme }) => ({
color: theme.palette.common.white,
},
},
overflow: "clip",
}));

export default StyledMenuItem;

0 comments on commit 81dd270

Please sign in to comment.