Overflow: scroll;
1)
Overflow: scroll; will make the excess flowing content into a scrollable content, but Overflow: hidden; will completely hide the excess content and we won't be able to see the hidden content.
We can see that by using overflow-x: scroll; and overflow-y:scroll; ,we have the excessive overflowing content scrollable on both the x and y axis.



Comments
Post a Comment