In my app, I have implemented a panel that displays specific information to users. The panel is set to open when a button in the navigation bar is clicked. The navigation bar is fixed within my HTML structure. When I open the panel and scroll, the content inside the panel scrolls as expected. However, the issue arises when I scroll the page behind the panel - the entire page scrolls, which is not desired. I attempted to fix this by adjusting the position of the div behind the panel when it is clicked, but the page ended up looking strange afterwards. Can anyone offer advice on how to prevent the page from scrolling when the panel is open?