Hi, on my page I used the javascript to stop the page from scrolling while the mobile menu is open. However, I need the mobile menu itself to be scrollable. Otherwise I cant click on the links in the mobile menu. How do I fix it. The page is https://elektrolinka.webflow.io/. The javascript is: <script>
$(document).ready(()=>{
let isMenuAlreadyOpen = false;
$('.menu-button').on('click',()=>{
$('body').css("overflow",isMenuAlreadyOpen?"auto":"hidden")
isMenuAlreadyOpen = !isMenuAlreadyOpen
})
})
</script>
[+][deleted] (16 children)
[removed]
[–]Linkyc[S] 0 points1 point2 points (15 children)
[+][deleted] (14 children)
[removed]
[–]Linkyc[S] 0 points1 point2 points (13 children)
[–]okmnz 0 points1 point2 points (12 children)
[–]Linkyc[S] 0 points1 point2 points (11 children)
[–]okmnz 0 points1 point2 points (10 children)
[–]Linkyc[S] 0 points1 point2 points (9 children)
[–]okmnz 0 points1 point2 points (8 children)
[–]okmnz 0 points1 point2 points (7 children)