Skip to content

Commit e1a46fb

Browse files
stefaniapaveltannerlinsley
authored andcommitted
fix IE select visual bug (TanStack#301)
1 parent a9db5b1 commit e1a46fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.styl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,8 @@ $expandSize = 7px
305305
input:not([type="checkbox"]):not([type="radio"])
306306
select
307307
appearance: none
308+
&::-ms-expand
309+
display: none
308310

309311
.select-wrap
310312
position:relative

0 commit comments

Comments
 (0)