collapse show – body take overflow:hidden
-
Hi!
I need help with
<div class="navbar-collapse justify-content-end collapse show" style="">
I would like that when menu have class show it body add class overflow:hiddenI try with :
$(document).ready(function(){ $("button.navbar-toggler").click(function(){ $("page-template").css({"overflow":"hidden"}); }); });
Thank for help.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘collapse show – body take overflow:hidden’ is closed to new replies.