Off Canva Menu Not Scrolling - Question | JoomShaper

Off Canva Menu Not Scrolling

Miguel

Miguel

General 3 months ago

Hi there! How are you? I´m using Wimble template with Joomla 4.4.1 and the menu off canvas on mobile version is not scrolling down. I For some reason what scrolls is the page not the menu. How can I solve this? I added a video of what is happening!. Thanks!

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 months ago #146316

Hi there!

Thanks for reaching out to us.

Please use the following code in your custom CSS:

.offcanvas-menu {
    overflow-y: scroll;
        }

Here is all about custom code placement in Helix Ultimate-based templates: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

Hope this helps!

Best Regards

0
Miguel
Miguel
Accepted Answer
3 months ago #146323

That worked! Thank you very much! Best Regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 months ago #146365

Glad that it worked and you are always welcome:)

Have a nice day!

0