Skip to content

Commit b8db27c

Browse files
committed
Remove remaining clip.
1 parent f86fa9b commit b8db27c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sass/chosen.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ $chosen-sprite-retina: url('[email protected]') !default;
143143
}
144144
&.chosen-container-single-nosearch .chosen-search {
145145
position: absolute;
146-
clip: rect(0,0,0,0);
146+
opacity: 0;
147+
pointer-events: none;
147148
}
148149
}
149150
/* @end */

0 commit comments

Comments
 (0)