How to realize the content of left and right sliding?

there is a div section that I want him to use when using his mobile phone.
when the content exceeds the limit of the mobile phone, it can realize left and right sliding. Is there any common way to achieve this function?
is there any common way to achieve this function? There will be no lag problems


1, do not wrap: white-space: nowrap;
2, overflow scrolling: overflow: auto;

Menu