I'm using fullpage.js for sliding full page content but when the navbar is open I need to stop the slider to do scrolling because when I do scroll on the Navbar, the background slide is also getting scrolled.
For this I found a function in fullpage.js API setAllowScrolling after setting it false while navbar is open is also not allowing me to scroll inside the navbar.
Any solution regarding this issue because I want to make navbar overflow scroll & stop background scroll till the navbar is open but after the updated changes Navbar also get freeze with by setAllowScrolling=false