Mobapp showing horizontal scroll in mobile view

Love the mobapp template, just bought a license. One issue I noticed is that when I scroll it’s showing a horizontal scroll bar in addition to a vertical one: Dropbox - 2022-04-19 11.39.36.png - Simplify your life photo taken on iPhone. While it still works, it’s distracting and I would like to get rid of it.

Is some of my custom content causing that scrollbar to show up or is it from the theme? My content is viewable at https://howtoopensource.github.io. Any idea on what I need to do to get rid of it? Thanks!

Hi there

It can be fixed by this CSS code:

html {
    overflow-x: hidden;
}

Thanks, that did the trick!

Nice to hear :slight_smile:

Have a good day