need at least 1x1 px space to receive focus
This commit is contained in:
parent
b0959000b3
commit
18c2bc5cb9
@ -616,12 +616,12 @@ disabled look for disabled choices in the results dropdown
|
|||||||
.select2-offscreen {
|
.select2-offscreen {
|
||||||
border: 0;
|
border: 0;
|
||||||
clip: rect(0 0 0 0);
|
clip: rect(0 0 0 0);
|
||||||
height: 0;
|
height: 1;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 0;
|
width: 1;
|
||||||
display:block;
|
display:block;
|
||||||
left: -10000px;
|
left: -10000px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user