Skip to content

Commit dc6b757

Browse files
committed
fix(Menu): fix unresponsive item on tap to click * 4
1 parent afb026e commit dc6b757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/pickers/Menu/MenuButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export function MenuButton({
136136
<StyledButton {...props} mods={mods}>
137137
{checkIcon ? <div data-element="ButtonIcon">{checkIcon}</div> : null}
138138
{icon ? <div data-element="ButtonIcon">{icon}</div> : null}
139-
<Space gap="1x" placeContent="space-between" overflow="auto" width="100%">
139+
<Space gap="1x" placeContent="space-between" overflow="clip" width="100%">
140140
<Text ellipsis color="inherit">
141141
{children}
142142
</Text>

0 commit comments

Comments
 (0)