Comfy-Org / ComfyUI_frontend

Official front-end implementation of ComfyUI
https://www.comfy.org/
GNU General Public License v3.0
591 stars 105 forks source link

[Bug]: Z-Index inconsistencies #363

Closed melMass closed 3 months ago

melMass commented 3 months ago

Frontend Version

1.2.15

Expected Behavior

Custom DOM widgets shouldn't go "outside" the graph.

I'm wondering if it shouldn't just be about targeting graph-canvas-container instead of body here: https://github.com/Comfy-Org/ComfyUI_frontend/blob/3e7b0a49076588b1b34b312743832ea6fb00aa26/src/scripts/domWidget.ts#L267

image

Actual Behavior

image

Steps to Reproduce

Thanks to @AustinMroz for the sample workflow: zindex.json

Here you can see some but not all textarea overlapping with the UI

Debug Logs

-

Browser Logs

-

What browsers do you use to access the UI ?

Apple Safari

Other

No response

huchenlei commented 3 months ago

Fixed by https://github.com/Comfy-Org/ComfyUI_frontend/pull/364