From c6fc8e6f0fe249a991637c97bb0cda73c887cb2c Mon Sep 17 00:00:00 2001 From: Simula_r <18093452+simula-r@users.noreply.github.com> Date: Wed, 3 Sep 2025 18:57:59 -0700 Subject: [PATCH] fix: remove clipping by removing unnecessary css contain (#5327) --- src/components/graph/TransformPane.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/graph/TransformPane.vue b/src/components/graph/TransformPane.vue index 0c6b3e607..39d779d89 100644 --- a/src/components/graph/TransformPane.vue +++ b/src/components/graph/TransformPane.vue @@ -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;