Search code examples
htmlcss

Website is not scrolling horizontally on mobile


I have the following website. The problem is when opened in a mobile browser the content doesn't scroll horizontally. I have added overflow:scroll; to the body in the default.css but it doesn't seem to be doing anything.

What can I try to fix this?


Solution

  • You can remove overflow:hidden on default.css line: 363 and try again.

    Screenshot:

    screenshot