Skip to content

Commit 2e9ae91

Browse files
andrewalcantaraAndrew
authored andcommitted
add styles to .select2-drop-mask needed for mask to work in IE
1 parent 5159e98 commit 2e9ae91

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)