mapserver/server/static/css/custom.css
3C 0cf71f4af4
Update custom.css
Fix styling
2019-03-24 04:10:30 +01:00

18 lines
219 B
CSS

body {
height: 100%;
margin: 0;
overflow: hidden;
}
#image-map {
width: 100%;
height: 100%;
border: 1px solid #ccc;
margin-bottom: 10px;
}
.leaflet-custom-display {
background: #fff;
padding: 5px;
}