I can't see the problem either but maybe you can counteract it with some CSS.
Try either;
Code:
body { overflow-x:hidden; }
Or;
Code:
html { overflow-x:hidden; }
in your stylesheet.
The suitability of this depends on the content of the web page - it may not be appropriate to remove the scroll because it can make content inaccessible on narrow screens. Use with caution. If it works but causes further issues with hidden content (reduce the size of the browser window to test), please provide a link to your page so that we can suggest alternative solutions specific to your web page setup.
Bookmarks