Is anyone else having issues with elements(like containers) that have a visibility toggle taking the focus ahead of items that are currently visible?
This started happening about a week ago to me. I have a pop-up container that has visibility set by a variable that toggles from true<>false. Since it is a pop-up, it is the top-most element on the screen. As of last week, when I try to edit elements lower down on the screen(that are always visible), I can no longer do so by just clicking the item. It will always click the top most element on the screen(the invisible pop-up).
Any idea what has happened?