Answers for "force horizontal scrollbar css"

4

hide horizontal scrollbar css

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

remove horizontal scrollbar css

overflow-x: hidden;
Posted by: Guest on October-11-2020

Code answers related to "force horizontal scrollbar css"

Browse Popular Code Answers by Language