Answers for "how to avoid horizontal scrolling in table"

4

hide horizontal scrollbar css

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

how to stop a page from scrolling horizontally

overflow-x: hidden
Posted by: Guest on April-18-2020

Code answers related to "how to avoid horizontal scrolling in table"

Browse Popular Code Answers by Language