1
0
Fork 0
mirror of synced 2025-04-04 05:33:30 +03:00

Fix scroll caused by dropdown

This commit is contained in:
lazything 2015-01-10 16:24:32 +02:00
parent a6b11ab48b
commit b7f4731051

View file

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