Browse Source

Update dist

lazything 10 years ago
parent
commit
a4d45d4f17

+ 2 - 1
dist/js/select2.amd.full.js

@@ -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));

+ 2 - 1
dist/js/select2.amd.js

@@ -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));

+ 2 - 1
dist/js/select2.full.js

@@ -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));

File diff suppressed because it is too large
+ 0 - 0
dist/js/select2.full.min.js


+ 2 - 1
dist/js/select2.js

@@ -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));

File diff suppressed because it is too large
+ 0 - 0
dist/js/select2.min.js


Some files were not shown because too many files changed in this diff