Skip to content

Commit 1742c37

Browse files
WilliamsTardifmeriouma
authored andcommitted
fix(MenuButton): add z-index (#1118)
1 parent dcdc2ef commit 1742c37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react/src/components/menu-button/menu-button.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const StyledMenu = styled(Menu)`
1919
max-width: ${menuDimensions.maxWidth};
2020
min-width: ${menuDimensions.minWidth};
2121
position: absolute;
22+
z-index: 1;
2223
${({ $placement }) => ($placement === 'left' ? 'right: 0;' : 'left: 0;')}
2324
`;
2425

0 commit comments

Comments
 (0)