From 3f27667d8408d0cd0a09b1a8b2363f615c47f123 Mon Sep 17 00:00:00 2001 From: Dominik Muhs Date: Sun, 2 Sep 2018 14:30:05 +0200 Subject: [PATCH] Add fixed html and body height, avoid scrollbar --- mythril/analysis/templates/callgraph.html | 6 ++++++ 1 file changed, 6 insertions(+) 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 %}