It's not possible to add scrolling inside the toolbar. #1862
-
It's not possible to add scrolling inside the toolbar. It would be great if this were possible. |
Beta Was this translation helpful? Give feedback.
Answered by
bcakmakoglu
May 30, 2025
Replies: 1 comment
-
The node toolbar is just a wrapper and does almost nothing on its own besides handle visibility, adding a scrollbar is all up to your implementation. If you have trouble to scroll because of the viewport zooming, read this section of the docs: https://vueflow.dev/guide/node.html#implementing-scrolling-within-node |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bcakmakoglu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The node toolbar is just a wrapper and does almost nothing on its own besides handle visibility, adding a scrollbar is all up to your implementation.
If you have trouble to scroll because of the viewport zooming, read this section of the docs: https://vueflow.dev/guide/node.html#implementing-scrolling-within-node