I have used a slimscroll but unfortunately the mouse wheel is not working to sroll up and down the content.
Here is the code of Slimscroll which i used:-
$(".new_notif").slimScroll({
height:'500px',
allowPageScroll: false,
disableFadeOut: true,
railVisible : true,
wheelStep: 20
});
Pleas tell what else to do to enable mouse wheel inside slimscroll??
Maybe change allow scroll to true?