Skip to content

Commit f36efeb

Browse files
authored
fix: select dropdown icon is not clickable (#368)
1 parent ac2a940 commit f36efeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/components/_form-input.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
& + select {
137137
position: absolute;
138138
left: 0;
139-
width: 100%;
139+
width: 100% !important;
140140
cursor: pointer;
141141
}
142142
}

0 commit comments

Comments
 (0)