[Solved] Double scroll-bar issue

Hi there,

I searched for solutions on this forum, but I couldn’t find it. I noticed it when I disabled the widget area and the footer content, so there’s no footer at the moment. But even when I enable it again, I still have another sort off double scroll bar (the scrolling hangs and after a few tries I can scroll beyond the end of the page).

It looks like it has something to do with a dropdown div (see screenshot). When I delete that div, the problem is gone.

Hi @Dagaloni,

Thanks for reaching out!

Yes, you are right. The issue is coming from your mega menu on the mobile view. The height is set to 100 vmax. In order to fix your issue, I suggest that you set the height to auto.

Hope that helps.

Oh right! Totally makes sense. Since the dropdown starts ~148px from the top, 100vmax (or 100vh) will always extend beyond the viewport. Thank you for pointing it out.

Because I like the full screen look of the mega menu I used calc(100vh - 148px). Maybe useful for future reference.

Many thanks Marc!

Hi @Dagaloni,

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.