diff --git a/templates/dashboard.html b/templates/dashboard.html index 1f7ae54..06b0a10 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -15,6 +15,11 @@ border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); } + #dashboard-map-modal { + width: 100%; + height: 100%; + min-height: 480px; + } {% endblock %} @@ -204,8 +209,11 @@