0
What's difference between auto and scroll properties of overflow?
2 odpowiedzi
+ 1
The "auto" value makes a scroll bar appear only when the content of an element overflows, if the content doesn't overflow then a scroll bar isn't displayed.
The "scroll" value displays a scroll bar at all times even if an element's content doesn't overflow.
+ 1
Thanks. I got it. 👍