Answers for "how to allow scroll in div"

1

how to allow scroll in div

/* CSS */
overflow: auto;
 /* add this in the div or element that you want to allow scrolling in */
Posted by: Guest on April-19-2022

Browse Popular Code Answers by Language