UI Collision with mape helper
Expected Behavior
I expect ComfyUI to play nice with UI's created by extensions.
If ComfyUI can't know about extensions, we need a way to layer sidebars/top bars in a way where they know about each other and stack nicely without overlapping.
As an alternative solution, pressing [ESC] should perhaps close down one panel at a time, to allow for keyboard navigation of overlapping panels.
Another alternative solution is that when you select an UI element, it gets a higher drawing order / priority, so it's displayed on top.
Actual Behavior
As we can see, we cannot access the hamburger menu because it's being rendered behind the mape helper extension. This is undesirable.
Steps to Reproduce
Install https://github.com/mape/ComfyUI-mape-Helpers
Debug Logs
0.0 seconds: C:\AI\ComfyUI\custom_nodes\ComfyUI-mape-Helpers
Other
Duplicate topic on the mape github: https://github.com/mape/ComfyUI-mape-Helpers/issues/41