Why mobile devices get unwanted horizontal scroll and whitespace ?
have any solution without overflow-x: hidden ? overflow-x : hidden good or bad ?
1 Reply
probably because there is some fixed size somewhere in your code.
or maybe there is white-space:nowrap
but without seeing the code, we can not tell