1
0
mirror of synced 2024-11-22 04:56:08 +03:00

change how offscreen css is defined. finxes #1011

This commit is contained in:
Igor Vaynberg 2013-03-11 16:28:27 -07:00
parent 814e8b5bed
commit fb158ed0c8

View File

@ -589,8 +589,14 @@ disabled look for disabled choices in the results dropdown
}
.select2-offscreen {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
left: -10000px;
width: 1px;
}
/* Retina-ize icons */