Page is sticky on top and bottom

Hi All!
I just found out that my page is kind of sticky when I scroll down from the top or from the bottom upwards (tried with Mac and Safari+Firefox and Safari on iPhone). Any ideas what to change that it works fluently again?

Link in Secret Note below.

Thanks!

Hello @T7HOMAS

Thanks for writing to us

To get rid of scroll issue, please add this custom code in the Theme Options -->CSS

body {
overflow-x: initial;
}

Please note that the purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

Hope It Helps
Thanks

Thank you!

Hello @T7HOMAS

Glad that we could able to help you.

Have a great day!!
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.