From c5cd8a15e9fc661a97dfe587c7693d80942a556a Mon Sep 17 00:00:00 2001 From: moklick Date: Wed, 30 Mar 2022 11:28:05 +0200 Subject: [PATCH] refactor(edges): stronger svg selector #2016 --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index a5f8ef98..0a725c6f 100644 --- a/src/style.css +++ b/src/style.css @@ -31,7 +31,7 @@ z-index: 5; } -.react-flow__edges { +.react-flow .react-flow__edges { pointer-events: none; overflow: visible; }