Mobiles wont scroll - SOLVED https://www.softaculous.com/board/index.php?tid=20007 <![CDATA[]]> https://www.softaculous.com/board/index.php?tid=20007&tpg=0#p59029
the fix is simple, add the following code after the header on the theme index.html

<style>
html, body {
  overflow-x: clip;
}
</style>]]>
Wed, 05 Feb 2025 08:14:13 GMT https://www.softaculous.com/board/index.php?tid=20007&tpg=0#p59029