Answers for "how to hide horizontal scrolling"

4

hide horizontal scrollbar css

.x-scroll-disabled {
	overflow-x: hidden;
}
Posted by: Guest on March-23-2020

Code answers related to "how to hide horizontal scrolling"

Browse Popular Code Answers by Language