Sara M. overflow: scroll;: This property will display both horizontal and vertical scrollbars, regardless of whether the content exceeds the element's dimensions.
overflow-y: scroll;: This property will display only the vertical scrollbar, even if the content doesn't require it.
overflow-x: scroll;: This property will display only the horizontal scrollbar, even if the content doesn't require it.