Forums
Home / Theme: Neve / prevent body from vertical scrolling when side slide is open
(@webmark487)
2 weeks, 6 days ago
Hi,
How can I prevent the body from vertical scrolling when side slide is open?
Best would be with only CSS, no Javascript necessary.
Thx and best regards
Markus
i was able to achieve this with:
body.menu_sidebar_pull_right{overflow:hidden;}
Aaahh – sorry.
it is
body.is-menu-sidebar{overflow:hidden;}