Our website has an HTML issue when we use CTRL + + to enlarge the page view, there’s no horizontal scroll bar in the browser.
I tried to add a CSS rule body {overflow-x:auto;}, but, after that, the content will be cut and the menu will become weird.
Can someone help me fix that?
You’ve got an “overflow-x:hidden” in your html tag in your css. remove that and you should be good to go. Its in “static.css” line no. 4.
Hope this helps.