From a3681c88ad1db4d453253c2db3da789f56093508 Mon Sep 17 00:00:00 2001 From: Jason Michalski Date: Fri, 17 May 2024 21:58:37 -0700 Subject: [PATCH] A better fix to not cutting off packet details. --- meshview/templates/node.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 @@
{% include 'packet_list.html' %} -
+