feat: Fill screen with map

A naive approach. Ideally it would use flexbox but that would require more substantial changes.
This commit is contained in:
Alec Perkins
2025-09-10 17:21:03 -04:00
parent 1e7fccae82
commit 3eca96a01d

View File

@@ -38,7 +38,7 @@
{% endblock %}
{% block body %}
<div id="map" style="width: 100%; height: 600px;"></div>
<div id="map" style="width: 100%; height: calc(100vh - 270px)"></div>
<div id="filter-container">
<input type="checkbox" class="filter-checkbox" id="filter-routers-only"> Show Routers Only
</div>