mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +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;
|
|
}
|