Skip to content

Commit

Permalink
* Fixed - prevent clicking on hidden results scrollbar in IE with css
Browse files Browse the repository at this point in the history
  • Loading branch information
cbarber committed Sep 25, 2017
1 parent 03fef05 commit f9b358c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sass/chosen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ $chosen-sprite-retina: url('chosen-sprite@2x.png') !default;
background: #fff;
box-shadow: 0 4px 5px rgba(#000,.15);
clip: rect(0,0,0,0);
-ms-overflow-style: none;
}
&.chosen-with-drop .chosen-drop {
clip: auto;
-ms-overflow-style: auto;
}
a{
cursor: pointer;
Expand Down

0 comments on commit f9b358c

Please sign in to comment.