You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some investigation I made the following conclusion.
Style combination:
left: 40
width: 100%
Is a workaround to hide the scroll bar outside of the page.
However, even in the example, provided in the readme, you can scroll down tree headers and get the following result:
Open the example provided in the readme.
Set "treeStyle" to the following:
You'll see a scrollbar on collapsed nodes:
Collapsed elements are scrollable. Scrollbar disappears after expanding element.
Modified example, which reproduces the problem: https://codesandbox.io/s/y0rozoy2yx
The text was updated successfully, but these errors were encountered: