subways/render/render.css
2019-06-21 15:25:15 +03:00

16 lines
No EOL
181 B
CSS

html, body
{
height: 100%;
min-height: 100%;
margin: 0;
padding: 0;
}
#map {
height: 100%;
min-height: 100%;
}
.leaflet-countryselect {
width: 200px;
}