Awkward scrolling problem

Hey there,

I’ve got this odd problem when scrolling. It basically stutters and while looking at the scrollbar I can see that the browser somehow thinks that the website is not any longer. When i then scroll again the scrollbar gets smaller and I can scroll.

I haven’t experienced this before with this theme and I haven’t really done any heavy customization as to now.

Maybe you can have a look and help me out here?

Thx,
Phil

Hello Phil,

Thanks for reaching out. :slight_smile:

You can take a look at the solution mentioned in following thread.

Thanks.

It worked with:

body {overflow: hidden;}

Any Idea why this happens?

Hi @PhilTone,

You shouldn’t use the body {overflow: hidden;}. In some cases, it will hide the horizontal scroll bar as well.

Please double check the height of your bars:

Try changing it to auto instead of 34vh.

Let us know how it goes!

erm - where did you find that?

Hello @PhilTone,

You can change the bar’s height settings under the dimensions options.

Hope this helps.

got it, thx - it was set in the footer and that solved the problem as a whole.

Glad you’ve sorted it out :slight_smile:

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