Additional Scroll Bar

Hi, so this is strange, on this page, I have an additional scroll bar appear and then disappear when scrolling for the first time (when all the loading effects load) https://eviewillowstaging-com.stackstaging.com/bar-wine-room2/

Please see here: https://www.dropbox.com/scl/fi/9lc5iwc6dvjush0ivbubf/Doublescroll.mp4?rlkey=sryg6mt0jpv4kavk514tm5bqr&st=6fpyinbg&dl=0

Any help greatly appreciated :grinning:

There is an overflow. I suggest you turn off (hide) one section at a time to narrow down.

Then, inspect each element inside that section (hiding one at a time) to find the culprit.

Finally, set Overflow = Hidden on that element.

Just my 2 cents.

Really helpful… thanks, found the problem!

Hello @wolfproductions,

Thank you for the inquiry.

We noticed that the extra scrollbar only displays while the Envira Gallery is loading. Is this happening on a different page without the galllery? Please try adding this css code to prevent the extra scrollbar from appearing while the gallery is loading the images.

body { overflow: hidden; }

Let us know the result.

Appreciate your help, @Stabal.

Best regards,