drcmda / drcmda/react-animated-tree

Tree headers are scrollable in default state

Open
#4 2 comments 0 reactions 0 assignees View on GitHub
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:
image

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.