mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-19 22:34:15 +00:00
Fix TransformPane pos/size (#4826)
This commit is contained in:
committed by
Benjamin Lu
parent
9db96f2dcc
commit
fc6943cdd3
@@ -120,6 +120,10 @@ useCanvasTransformSync(props.canvas, syncWithCanvas, {
|
||||
contain: layout style paint;
|
||||
transform-origin: 0 0;
|
||||
pointer-events: none;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.transform-pane--interacting {
|
||||
|
||||
Reference in New Issue
Block a user