Template Unfold - You Cannot Scroll The Page When The Menu is Active - Question | JoomShaper

Template Unfold - You Cannot Scroll The Page When The Menu is Active

M

Michał Helbin

Template 3 days ago

Hi, I'm having a problem with the menu and page content/background in the unfold template. When I click on the menu, it expands. However, when I move the mouse cursor outside the menu without closing it (the menu remains active, as it should), I can't scroll the page and it seems like the page has frozen. This is a major problem for less experienced internet users, as this doesn't happen on 99% of websites. Please help.

0
1 Answers
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 1 day ago #224161

Please add the following CSS code to your Template Options -> Custom Code -> Custom CSS

body.modal-menu-active {
    overflow-y: auto;
}

After applying the change, please make sure to clear both your Joomla cache and your browser cache to see the updated result.

0