HTML implements horizontal scrolling

 The parent container must be set to allow horizontal scrolling and no line breaks. It's that simple...

white-space: nowrap;
overflow-x: scroll;

 

Guess you like

Origin blog.csdn.net/joyvonlee/article/details/105149486