Files
wavelog/application/views/visitor/exportmap/exportmap.php
2024-04-08 18:35:10 +02:00

8 lines
155 B
PHP

<style>
#exportmap {
height: calc(100vh - 480px) !important;
max-height: 900px !important;
}
</style>
<div id="exportmap" class="map-leaflet"></div>