diff --git a/meshview/templates/node.html b/meshview/templates/node.html index 5d624bb..b0c93df 100644 --- a/meshview/templates/node.html +++ b/meshview/templates/node.html @@ -9,6 +9,11 @@ #map{ height:90%; } + #packet_details{ + height: 95vh; + overflow: scroll; + top: 3em; + } {% endblock %} {% block body %} @@ -56,7 +61,7 @@