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