Skip to content

Commit 4540a69

Browse files
fix: chevron not opening dropdown on mobile (#589)
1 parent d1e2503 commit 4540a69

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/components/SelectList/SelectList.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ const customStyles: StylesConfig = {
130130
marginRight: '0.5rem',
131131
cursor: 'pointer',
132132
color: getSemanticValue('foreground-neutral-default'),
133+
'@media (hover: none) and (pointer: coarse)': {
134+
pointerEvents: 'none'
135+
},
133136
...disabled
134137
};
135138
},

0 commit comments

Comments
 (0)