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:
@@ -324,6 +324,7 @@ svg.xy-flow__connectionline {
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.xy-flow__minimap {
|
||||
|
||||
Reference in New Issue
Block a user