I’ve run into this weird problem and not sure what to do. I’m getting random divs popping up on top of my pages. I’m not sure where they’re coming from. I’ve looked at the element tree and there’s nothing there.
As you can see from the attached photos, there’s a div on top of the page and blocking clicks to the underlying links and buttons. This has happened to more than a few of my pages.
I’m sure it’s something I’m doing but not sure what. The only thing that “fixes” it is to create a brand new page and copying the elements from the old page to the new. But the div comes back after doing some work on it.
I made a drop down menu aka reusable element that appears when I click on the profile pic in the header. Apparently it was in the way. I was confused as to why the width extended that far and what still obstructed when it was invisible.
This is how Bubble work to draw the page. This create a line group that take full width of the page and use the height of the element inside. Each page have multiple line group like this. It may change in the future because Bubble are working this with the responsive engine update that is coming.