Archived topic
Off canvas menu - Fix Background
1 reply · Started by Fabien on April 3, 2020
Viewing posts 1–2 of 2
Hi,
For an user experience purpose, is it possible to "lock" the background (cf. no scroll) when the off canvas menu is expanded on mobile ?
Thanks a lot !
Hi there,
Try this:
@media (max-width: 768px) {
html.slide-opened,
body.slide-opened {
overflow: hidden;
}
}
Let me know :)
This archived topic is closed to new replies.