diff --git a/src/components/map/map.vue b/src/components/map/map.vue index 9fdf32d3..b4cc1901 100644 --- a/src/components/map/map.vue +++ b/src/components/map/map.vue @@ -531,13 +531,13 @@ $sideMenu-width: 250px; bottom: 0px; } .mapContainer { - background-color: blue; - position: absolute; - top: 0; - left: 0px; - height: 100%; - width: calc(100% - #{$sideMenu-width}); -} + background-color: blue; + position: absolute; + top: 0; + left: 0px; + height: 100%; + width: calc(100% - #{$sideMenu-width}); + } } .side-enter-active,