使用 PerfectScrollbar 0.6.11,我不能让鼠标滚轮在模式中滚动元素。
这是一个小提琴:https ://jsfiddle.net/9e64aspu/
$('#modal-filters').on('shown.bs.modal', function () {
$('#filters-scroll').perfectScrollbar({
suppressScrollY : true,
handlers: ['click-rail', 'drag-scrollbar', 'wheel', 'touch'],
wheelPropagation: true
});
});
滚动条显示,但我不能使用滚轮滚动。正常吗?