mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-15 03:27:24 +08:00
patch: brushPreview hiding by dialog
This commit is contained in:
parent
c30bc7c56c
commit
f31fcf5280
@ -174,7 +174,7 @@ class MaskEditorDialog extends ComfyDialog {
|
||||
brush.style.MozBorderRadius = "50%";
|
||||
brush.style.WebkitBorderRadius = "50%";
|
||||
brush.style.position = "absolute";
|
||||
brush.style.zIndex = 100;
|
||||
brush.style.zIndex = 8889;
|
||||
brush.style.pointerEvents = "none";
|
||||
this.brush = brush;
|
||||
this.element.appendChild(imgCanvas);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user