fix selection bug on safari
This commit is contained in:
@@ -7,3 +7,7 @@
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.svelte-flow__container {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
@@ -11,3 +11,7 @@
|
||||
color: var(--xy-edge-label-color, var(--xy-edge-label-color-default));
|
||||
background: var(--xy-edge-label-background-color, var(--xy-edge-label-background-color-default));
|
||||
}
|
||||
|
||||
.svelte-flow__container {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user