I am using the jquery datetimepicker plugin provided here and currently facing weird reversed-scroll issue.
I have downloaded the zip from their git repo, run npm install followed by npm run buildand then opened index.html file but somehow the direction of scroll for timepicker is reversed for me and I can't somehow able to figure out why it works so.
|
In their demo site, it works properly. i.e. clicking on up arrow scrolls down and reveals the content above but for me it works in reverse direction.
So when I mousewheel up, it scrolls down.
