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
{{ message }}
This repository was archived by the owner on May 14, 2020. It is now read-only.
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;
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?The text was updated successfully, but these errors were encountered: