Answers for "how to add horizontal scrollbar with javascript and css"

CSS
0

css horizontal scroll

.scroll{
	overflow-x: scroll;
	overflow-y: hidden;
	height: 80px;
  	white-space:nowrap
}
Posted by: Guest on March-03-2021

Code answers related to "how to add horizontal scrollbar with javascript and css"

Browse Popular Code Answers by Language