Skip to content

Commit 16ee694

Browse files
authored
fix: Disable text selection for <Select> options (#6525)
1 parent c326b19 commit 16ee694

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/Common/Select/index.module.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@
7272
dark:bg-neutral-950;
7373

7474
.item {
75-
@apply truncate
75+
@apply select-none
76+
truncate
7677
px-2.5
7778
py-1.5
7879
text-sm

0 commit comments

Comments
 (0)