User-1456397830 posted
Hello!
I have created an .aspx page that I like to render on the mobile phone. It does work and looks good.
However, there is a horizontal scrollbar visible where I can scroll to the right about 0.7 cm and that area is completely white with nothing in it(Empty space).
I wonder why I get this empty space as I like to remove the horizontal scroll bar.
I have used the below code but it doesn't seem to work?
<meta name="viewport" content="width=device-width, initial-scale = 1.0, maximum-scale=1.0, user-scalable=no" />