The overflow property specifies what to do if the content of an element exceeds the size of the element's box.
Result with overflow:scroll
You can use the overflow property when you want to have better control of the layout. The default value is visible.
Result with overflow:hidden
You can use the overflow property when you want to have better control of the layout. The default value is visible.