fix(core): set ltr for vue flow wrapper

This commit is contained in:
braks
2024-04-16 15:38:50 +02:00
committed by Braks
parent 1f1792bd09
commit 590afc87f4

View File

@@ -4,6 +4,7 @@
height: 100%;
overflow: hidden;
z-index: 0;
direction: ltr;
}
.vue-flow__container {