Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to allow scroll in div

/* CSS */
overflow: auto;
 /* add this in the div or element that you want to allow scrolling in */
 
PREVIOUS NEXT
Tagged: #scroll #div
ADD COMMENT
Topic
Name
9+6 =