fix(safari): prevent selection of viewport (#3973)

* prevent selection of viewport

* added user-select=none to viewport-portal and moved to be over nodes
This commit is contained in:
peterkogo
2024-03-05 14:47:03 +01:00
committed by GitHub
parent 69e0be6d32
commit 1a591f5759
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -324,6 +324,7 @@ svg.xy-flow__connectionline {
height: 100%;
left: 0;
top: 0;
user-select: none;
}
.xy-flow__minimap {