I have seen similar issues others have had, but this one is a little more specific.
I have a button that triggers a slide out overlay frame.
I gave the button a hover state.
After closing the slide out overlay frame the hover state frame is still present on the button and no other actions can be taken ie. other buttons and hover states cannot be interacted with.
I tried adding mouse leave interactions but the problem still persisted.
This shows the hover state with a tooltip, when clicked the next image shows the slide out menu. then when the menu is closed the hover state persists and you can’t interact with anything else on the page.
I see how you’ve done it now. Overlays aren’t really supposed to be used to change states of a button. It should done using interactive components. Place the button as an instance in your frame, and then link it to open the slide menu.