mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-04 07:00:23 +00:00
fix: remove clipping by removing unnecessary css contain (#5327)
This commit is contained in:
@@ -117,7 +117,6 @@ useCanvasTransformSync(props.canvas, syncWithCanvas, {
|
||||
.transform-pane {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
contain: layout style paint;
|
||||
transform-origin: 0 0;
|
||||
pointer-events: none;
|
||||
top: 0;
|
||||
|
||||
Reference in New Issue
Block a user