This commit is contained in:
parent
8008bfa8dc
commit
5c709bac15
@ -616,13 +616,14 @@ 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: 1px;
|
height: 0;
|
||||||
margin: -1px;
|
margin: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 1px;
|
width: 0;
|
||||||
left: 0;
|
display:block;
|
||||||
|
left: -10000px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-display-none {
|
.select2-display-none {
|
||||||
|
Loading…
Reference in New Issue
Block a user