+ 2
Scrolling <div>
I have a code which appends another div to the main div, however it overflows and dislocates outside the main div, what I want to do is to append the div to the main div without overflowing and just scrolling the main div to see every other divs. What code in CSS should I write?
2 Respostas
+ 3
overflow:scroll;
+ 1
Thank you