cccamp19-map/src/app.scss

15 lines
185 B
SCSS

@import "~ol/ol.css";
@import "~ol-layerswitcher/src/ol-layerswitcher.css";
html, body {
margin: 0;
height: 100%;
}
#map {
position: absolute;
top: 0;
bottom: 0;
width: 100%;
}