Answers for "how to set overflow scroll css"

CSS
0

CSS overflow

CSS allows us to control the vertical or horizontal scrollbar with two properties.

overflow-x /*controls the horizontal scrollbar*/
overflow-y /*controls the vertical scrollbar*/
overflow-x /*and overflow-y have the same values as the overflow property*/
auto
scroll
visible
hidden
Posted by: Guest on February-13-2022

Browse Popular Code Answers by Language