Remove dropdown menus scrollbar when space is available

This commit is contained in:
yflory
2018-10-15 16:35:21 +02:00
parent 8261ad86ae
commit caa72ba949
3 changed files with 8 additions and 4 deletions

View File

@@ -1424,6 +1424,9 @@ define([
};
var show = function () {
var wh = $(window).height();
var topPos = $container[0].getBoundingClientRect().bottom;
$innerblock.css('max-height', Math.floor(wh - topPos - 1)+'px');
$innerblock.show();
$innerblock.find('.cp-dropdown-element-active').removeClass('cp-dropdown-element-active');
if (config.isSelect && value) {