How to prevent mobile side menu reacting on geasture? theme-persona
Moved
Solved
Technical Support
-
Hello everybody! Is there a (simple) way to prevent the menu from reacting by swiping gestures? Actually, I want to deactivate it completely so that it only works when you click the respective button in the corner. I am talking about the mobile version of nodebb-theme-persona.
A simple additional Javascript snippet in the ACP would be enough for me. Do you have tipps for me?
-
@dogs I think this will work for you, placed in the custom JS
document.documentElement.classList.add('preventSlideout')
Copyright © 2024 NodeBB | Contributors