A better fix to not cutting off packet details.

This commit is contained in:
Jason Michalski
2024-05-17 21:58:37 -07:00
parent cf1f40ff98
commit a3681c88ad
+6 -1
View File
@@ -9,6 +9,11 @@
#map{
height:90%;
}
#packet_details{
height: 95vh;
overflow: scroll;
top: 3em;
}
{% endblock %}
{% block body %}
@@ -56,7 +61,7 @@
<div class="row">
{% include 'packet_list.html' %}
<div class="col-6 sticky-top pt-4" id="packet_details" style="height: 95vh; overflow: scroll">
<div class="col-6 sticky-top" id="packet_details">
</div>
</div>
</div>