Using PerfectScrollbar 0.6.11, I can't have the wheel of my mouse scroll the element in a modal.
Here is a fiddle : 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
});
});
Scrollbar is displaied, but I can't use wheel to scroll. Is it normal ?