+ 6
Can you please give me a little more information about what "Scroll" does in CSS?
CSS3
4 Respostas
+ 7
😞
+ 5
I would like to know more.
+ 1
You mean
overflow: scroll; ?
It makes a scroll bar for content that doesn't fit to the area you provided it. So your content doesn't overlap.
+ 1
Hi, maybe my answer is coming late but let me just drop it. scroll is a css element. It's function is to add a scroll bar to a section, so that the overflowing content can be accessed only by scrolling. It works this way: overflow:scroll;. eg comment boxes work that way.