Page hickup

Hi.
When visiting this page http://gulaankan.se/ there is a slight delay when starting to scroll. Its like the page is stuck in one seconds and then it is possible to scroll.
If I scroll down to the bottom of the page and then move upwards it is the same issue.
Do you know why that can be?

Hello @TomasJarvling,

Thanks for writing in! The issue could be because of this built-in CSS:

html {
    overflow-x: hidden;

Please go to Cornerstone > Theme Options > CSS and add this custom CSS instead:

html {
    overflow-x: visible;

Kindly let us know if this has worked out for you.

Seems to be working. Thanks

Hey @TomasJarvling,

You’re welcome! If you have any other concerns or clarifications regarding our theme features, feel free to open up a new thread.

Thank you.

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