diff --git a/mythril/analysis/templates/callgraph.html b/mythril/analysis/templates/callgraph.html index 3536fd48..95e6a138 100644 --- a/mythril/analysis/templates/callgraph.html +++ b/mythril/analysis/templates/callgraph.html @@ -15,6 +15,9 @@ color: #ffffff; font-size: 10px; } + html, body { + height: 95%; + } {% else %} {% endif %}