1
0
mirror of synced 2024-11-26 14:56:07 +03:00

Merge pull request #1414 from easy2luv/master

Drop-mask not working in IE (a CSS solution)
This commit is contained in:
Igor Vaynberg 2013-06-13 20:27:55 -07:00
commit d2dc771197

View File

@ -144,6 +144,10 @@ Version: @@ver@@ Timestamp: @@timestamp@@
left: 0;
top: 0;
z-index: 9998;
/* styles required for IE to work */
background-color: #fff;
opacity: 0;
filter: alpha(opacity=0);
}
.select2-drop {