forked from MTSR/mapserver
0cf71f4af4
Fix styling
18 lines
219 B
CSS
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;
|
|
}
|