modmapper-web/styles/Map.module.css

17 lines
202 B
CSS

.map-container {
position: absolute;
top: 0;
bottom: 0;
width: 100%;
z-index: 2;
}
.map-wrapper {
position: relative;
height: 100%;
}
.map-wrapper-sidebar-open {
margin-left: 300px;
}