Bug report: Edge outside transformationpane #284
-
Anyone got this? |
Beta Was this translation helpful? Give feedback.
Answered by
bcakmakoglu
Sep 14, 2022
Replies: 1 comment 3 replies
-
Can you check and see if this CSS-Rule is applied? .vue-flow__edges {
overflow: visible;
} It might be that either your browser or some custom styles / css-framework overwrote it. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
nolderosw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you check and see if this CSS-Rule is applied?
It might be that either your browser or some custom styles / css-framework overwrote it.