drcmda / drcmda/react-animated-tree
Tree headers are scrollable in default state
Open
- Dominant language
- JavaScript
- Stars
- 822
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
Description
Open the example provided in the readme.
Set "treeStyle" to the following:
```
const treeStyles = {
color: 'white',
fill: 'white',
width: '50%'
}
```
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.