We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b095900 commit 18c2bc5Copy full SHA for 18c2bc5
1 file changed
select2.css
@@ -616,12 +616,12 @@ disabled look for disabled choices in the results dropdown
616
.select2-offscreen {
617
border: 0;
618
clip: rect(0 0 0 0);
619
- height: 0;
+ height: 1;
620
margin: 0;
621
overflow: hidden;
622
padding: 0;
623
position: absolute;
624
- width: 0;
+ width: 1;
625
display:block;
626
left: -10000px;
627
}
0 commit comments