Skip to content

Commit 18c2bc5

Browse files
committed
need at least 1x1 px space to receive focus
1 parent b095900 commit 18c2bc5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

select2.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -616,12 +616,12 @@ disabled look for disabled choices in the results dropdown
616616
.select2-offscreen {
617617
border: 0;
618618
clip: rect(0 0 0 0);
619-
height: 0;
619+
height: 1;
620620
margin: 0;
621621
overflow: hidden;
622622
padding: 0;
623623
position: absolute;
624-
width: 0;
624+
width: 1;
625625
display:block;
626626
left: -10000px;
627627
}

0 commit comments

Comments
 (0)