I’m creating a chat widget that’s powered by an LLM backend service.
The issue I’m facing is that after I minimize the widget, I’m no longer able to drag or pan the map. It seems like the original widget area (set in Experience Builder) is still taking up space — minimizing it in React doesn’t actually make that area transparent or release the pointer events.
I’ve tried several approaches but haven’t had any luck so far. Has anyone run into a similar issue, and if so, how did you solve it?
Thanks in advance!
Thanks in advance

