Scrolling interruptions

Hello,

working a new page and I have some issues with scrolling interruptions on mobile.

I can’t find a wrong setting — would you please take a look for me.

https://kls.at/home
also have the same issue on
https://kls.at/referenzen/

does it have to do with the sticky menu?

thank you

Was able to solve the problem for the content with the following css code.

I still have sometimes a scroll interruption in the header (first time, page loads) kls.at/home.

body {
overflow: hidden !important;
}

Hey @bigdreams,

Please remove your code as it’s actually the Footer the navigation menu padding that is the cause of the double scrollbar. The excess padding is causes the height of the menu to be taller than the bar’s height.

The solution to this is setting the Bar’s Overflow to Hidden.

image

image

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