Currently, I am employed at a website called . If you navigate to the "Serviços" section on the homepage, you will encounter a row of icons and a blue button labeled "saber mais". Clicking on this button triggers a modal box that displays additional information.
The issue arises when certain links in the top menu, such as "Quem Somos" and "Serviços", become unclickable due to the interfering modal box.
I attempted relocating the modals before the closing body tag, but the problem persisted. After some research, I came across a topic on S.O suggesting that adding data-backdrop="false" to the modal element can resolve the issue; however, I prefer keeping the backdrop enabled.
Can anyone provide suggestions on how to address this situation? Your assistance is greatly appreciated.