Vertical scrolling for viewport possible? #111
Unanswered
simon-behrens
asked this question in
Q&A
Replies: 2 comments
|
Hi @mar10 , |
0 replies
|
Hi, |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Thank you for your nice new project!
Is there a possibility to enable vertical scrolling on minimal trees when the viewport limits are reached for large or deep tree structures? Sometimes, there isn't enough vertical space to display the entire tree, but it's important to give the user the ability to see all the information.
I tried to unset the overflow via css attributes to reach my goal, but then the absolute calculations of the selection does not work properly while scrolling:
Maybe there are some ideas to solve my Problem :).
All reactions