mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-08-09 18:32:49 +02:00
A better fix to not cutting off packet details.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user