From ce1680ba718d39d1a66118f358e41db57bbf43f9 Mon Sep 17 00:00:00 2001 From: moklick Date: Tue, 31 Oct 2023 15:36:46 +0100 Subject: [PATCH] fix(svelte): connectionline zIndex closes #3560 --- packages/system/src/styles/init.css | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/system/src/styles/init.css b/packages/system/src/styles/init.css index 53a6bb83..b28540de 100644 --- a/packages/system/src/styles/init.css +++ b/packages/system/src/styles/init.css @@ -130,6 +130,7 @@ .xy-flow__connectionline { z-index: 1001; overflow: visible; + position: absolute; } .xy-flow__nodes {