react-json-tree icon indicating copy to clipboard operation
react-json-tree copied to clipboard

How to make the tree in a fixed heigh with a vertical scrollbar?

Open zhaoyi0113 opened this issue 7 years ago • 0 comments

I tried to add below css on the parent of <JSONTree> dom to make it in a fixed height with a vertical scrollbar but it doesn't work. How can I make it since the json data could be very large?

overflow-y: auto;
height: 800px;

zhaoyi0113 avatar Apr 13 '17 12:04 zhaoyi0113