javascript - Hide scroll bar even when the cursor hovers the div -


i have div text scrolled , down 2 simple buttons & js. wish totally disable scroll bars never appear on screen, if crosser above them.

how approach problem?

thank shani

add overflow: hidden css rule div.


Comments

Popular posts from this blog

Python __call__ special method practical example -

arrays - jQuery - Retrieve values from HTML elements and return their sum -