DEV Community

Md Abdullah al noor
Md Abdullah al noor

Posted on

Answer: How to show scrollbar on mouse over?

you can try this .. maybe it will help you..

it's not looking good but i think it should work i use scroll event . if you need use wheel event . set time delay as you need...

 (function () {
            var timer;
            document.querySelector('div').addEventListener('scroll', function (event) {
                if

Top comments (0)