Answers for "remove width of horizontal scrollbar css"

4

hide horizontal scrollbar css

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

Code answers related to "remove width of horizontal scrollbar css"

Browse Popular Code Answers by Language