1
0
mirror of synced 2024-11-25 22:36:03 +03:00

Update dist

This commit is contained in:
lazything 2015-01-10 16:27:22 +02:00
parent b7f4731051
commit a4d45d4f17
6 changed files with 10 additions and 6 deletions

View File

@ -3176,7 +3176,8 @@ define('select2/dropdown/attachBody',[
$dropdown.addClass('select2-container--open');
$dropdown.css({
position: 'absolute'
position: 'absolute',
top: -999999
});
$dropdown.width($container.outerWidth(false));

View File

@ -3176,7 +3176,8 @@ define('select2/dropdown/attachBody',[
$dropdown.addClass('select2-container--open');
$dropdown.css({
position: 'absolute'
position: 'absolute',
top: -999999
});
$dropdown.width($container.outerWidth(false));

View File

@ -12711,7 +12711,8 @@ define('select2/dropdown/attachBody',[
$dropdown.addClass('select2-container--open');
$dropdown.css({
position: 'absolute'
position: 'absolute',
top: -999999
});
$dropdown.width($container.outerWidth(false));

File diff suppressed because one or more lines are too long

3
dist/js/select2.js vendored
View File

@ -3604,7 +3604,8 @@ define('select2/dropdown/attachBody',[
$dropdown.addClass('select2-container--open');
$dropdown.css({
position: 'absolute'
position: 'absolute',
top: -999999
});
$dropdown.width($container.outerWidth(false));

File diff suppressed because one or more lines are too long