diff --git a/meshview/templates/node.html b/meshview/templates/node.html index 00947dc..6d05c7b 100644 --- a/meshview/templates/node.html +++ b/meshview/templates/node.html @@ -6,8 +6,12 @@ {% endblock %} {% block css %} + #node_info { + height:100%; + } #map{ height:100%; + min-height: 400px; } #packet_details{ height: 95vh; @@ -19,12 +23,14 @@ {% block body %} {% include "search_form.html" %} +