Skip to content

Commit d2dc771

Browse files
committed
Merge pull request select2#1414 from easy2luv/master
Drop-mask not working in IE (a CSS solution)
2 parents 5159e98 + 2e9ae91 commit d2dc771

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

select2.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ Version: @@ver@@ Timestamp: @@timestamp@@
144144
left: 0;
145145
top: 0;
146146
z-index: 9998;
147+
/* styles required for IE to work */
148+
background-color: #fff;
149+
opacity: 0;
150+
filter: alpha(opacity=0);
147151
}
148152

149153
.select2-drop {

0 commit comments

Comments
 (0)