Update dist
This commit is contained in:
parent
b7f4731051
commit
a4d45d4f17
3
dist/js/select2.amd.full.js
vendored
3
dist/js/select2.amd.full.js
vendored
@ -3176,7 +3176,8 @@ define('select2/dropdown/attachBody',[
|
|||||||
$dropdown.addClass('select2-container--open');
|
$dropdown.addClass('select2-container--open');
|
||||||
|
|
||||||
$dropdown.css({
|
$dropdown.css({
|
||||||
position: 'absolute'
|
position: 'absolute',
|
||||||
|
top: -999999
|
||||||
});
|
});
|
||||||
|
|
||||||
$dropdown.width($container.outerWidth(false));
|
$dropdown.width($container.outerWidth(false));
|
||||||
|
3
dist/js/select2.amd.js
vendored
3
dist/js/select2.amd.js
vendored
@ -3176,7 +3176,8 @@ define('select2/dropdown/attachBody',[
|
|||||||
$dropdown.addClass('select2-container--open');
|
$dropdown.addClass('select2-container--open');
|
||||||
|
|
||||||
$dropdown.css({
|
$dropdown.css({
|
||||||
position: 'absolute'
|
position: 'absolute',
|
||||||
|
top: -999999
|
||||||
});
|
});
|
||||||
|
|
||||||
$dropdown.width($container.outerWidth(false));
|
$dropdown.width($container.outerWidth(false));
|
||||||
|
3
dist/js/select2.full.js
vendored
3
dist/js/select2.full.js
vendored
@ -12711,7 +12711,8 @@ define('select2/dropdown/attachBody',[
|
|||||||
$dropdown.addClass('select2-container--open');
|
$dropdown.addClass('select2-container--open');
|
||||||
|
|
||||||
$dropdown.css({
|
$dropdown.css({
|
||||||
position: 'absolute'
|
position: 'absolute',
|
||||||
|
top: -999999
|
||||||
});
|
});
|
||||||
|
|
||||||
$dropdown.width($container.outerWidth(false));
|
$dropdown.width($container.outerWidth(false));
|
||||||
|
2
dist/js/select2.full.min.js
vendored
2
dist/js/select2.full.min.js
vendored
File diff suppressed because one or more lines are too long
3
dist/js/select2.js
vendored
3
dist/js/select2.js
vendored
@ -3604,7 +3604,8 @@ define('select2/dropdown/attachBody',[
|
|||||||
$dropdown.addClass('select2-container--open');
|
$dropdown.addClass('select2-container--open');
|
||||||
|
|
||||||
$dropdown.css({
|
$dropdown.css({
|
||||||
position: 'absolute'
|
position: 'absolute',
|
||||||
|
top: -999999
|
||||||
});
|
});
|
||||||
|
|
||||||
$dropdown.width($container.outerWidth(false));
|
$dropdown.width($container.outerWidth(false));
|
||||||
|
2
dist/js/select2.min.js
vendored
2
dist/js/select2.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user