How to make Mega Menu scrollable?

1 reply · opened Nov 2, 2024

KkrasnbljNov 2, 2024

Hello, my Mega Menu is too lage for one screen. I have to scroll page down to see the bottom links. But when i scroll, page is scrolling, but Mega Menu not.

Here is the video: https://www.awesomescreenshot.com/video/33203050?key=229d316d529e6cf3abe3762e7e66b3cc

When i comment
headers: function()
in functions.bundle.js it's fine, but scrollable header stops working.

Here is the video: https://www.awesomescreenshot.com/video/33203128?key=5c258e160176b0a8f722d9e8fdf4003e

Hot to scroll Mega Menu and leave Header be scrolling?

SSemicolon WebSTAFFNov 12, 2024

Hello,

Consider using the following CSS Code:
[ch_pre type="css"].is-expanded-menu .mega-menu-content {
height: calc(100vh - 60px);
overflow-y: auto;
}[/ch_pre]

You can simply change the 60px to the Height of the Sticky Header you have currently set to.

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard
How to make Mega Menu scrollable? · Canvas Template Support