Secretmapper / jsonviewer

JSON Viewer is a jolly good JSON Viewer

Home Page:http://secretmapper.github.io/jsonviewer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graph view is small

AMDphreak opened this issue · comments

image

Graph view does not resize to fill page.

image

This will fix it. Adding height:100% to the container's CSS

image
The bottom padding needs to be removed as well. After removing:
image

I looked at your project source code. You only have two .CSS files in it, and neither one of them contains a section related to this. You need to fix this in whatever app you generated the code from.

Issue persists, and workaround to change div's size works