We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfeb6d4 commit 2be293aCopy full SHA for 2be293a
1 file changed
select2.css
@@ -605,16 +605,16 @@ disabled look for disabled choices in the results dropdown
605
}
606
607
.select2-offscreen, .select2-offscreen:focus {
608
- clip: rect(0 0 0 0);
609
- width: 1px;
610
- height: 1px;
611
- border: 0;
612
- margin: 0;
613
- padding: 0;
614
- overflow: hidden;
615
- position: absolute;
616
- outline: 0;
617
- left: 0px;
+ clip: rect(0 0 0 0) !important;
+ width: 1px !important;
+ height: 1px !important;
+ border: 0 !important;
+ margin: 0 !important;
+ padding: 0 !important;
+ overflow: hidden !important;
+ position: absolute !important;
+ outline: 0 !important;
+ left: 0px !important;
618
619
620
.select2-display-none {
0 commit comments