Answers for "div scrollbar vertical only"

15

how to make a div scrollable

<div id="" style="overflow:scroll; height:400px;">
Posted by: Guest on February-15-2020
3

css scrollbar vertical only

style="overflow:scroll; overflow-x: hidden;" // x is horizontal, y is vertical
Posted by: Guest on August-24-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language