fix(viewport): set direction=ltr for react flow wrapper

This commit is contained in:
moklick
2024-04-11 12:04:13 +02:00
parent 4cd099f083
commit 63aa0dd713
+2
View File
@@ -1,6 +1,8 @@
/* these are the necessary styles for React/Svelte Flow, they get used by base.css and style.css */
.xy-flow {
direction: ltr;
--xy-edge-stroke-default: #b1b1b7;
--xy-edge-stroke-width-default: 1;
--xy-edge-stroke-selected-default: #555;