How to make the NodeToolbar change with zooming #1768
Unanswered
yang619681572
asked this question in
Q&A
Replies: 1 comment
-
The Toolbar doesn't scale on purpose. const { viewport } = useVueFlow()
:style="{ transform: `scale(${viewport.zoom})` |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This card does not change size with zooming. How can I make it resize accordingly?
Beta Was this translation helpful? Give feedback.
All reactions