@@ -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));
@@ -12711,7 +12711,8 @@ define('select2/dropdown/attachBody',[
@@ -3604,7 +3604,8 @@ define('select2/dropdown/attachBody',[