mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
8 lines
113 B
CSS
8 lines
113 B
CSS
@import "~leaflet/dist/leaflet.css";
|
|
|
|
.leaflet-container {
|
|
width: 100%;
|
|
height: 100%;
|
|
min-height: 100vh;
|
|
}
|