diff --git a/src/app/components/blurPanel/_blurPanel.scss b/src/app/components/blurPanel/_blurPanel.scss index 1c14442..0516f64 100644 --- a/src/app/components/blurPanel/_blurPanel.scss +++ b/src/app/components/blurPanel/_blurPanel.scss @@ -26,7 +26,7 @@ $panel-title-height: 35px; height: $large-panel-height; } &.viewport100 { - height: calc(100vh - 212px); + height: calc(100vh - 218px); } &.with-scroll { diff --git a/src/app/pages/maps/widgets/google-maps/_google-maps.scss b/src/app/pages/maps/widgets/google-maps/_google-maps.scss index cea7e86..134bbda 100644 --- a/src/app/pages/maps/widgets/google-maps/_google-maps.scss +++ b/src/app/pages/maps/widgets/google-maps/_google-maps.scss @@ -1,4 +1,4 @@ #google-maps { width: 100%; - height: calc(100vh - 277px); + height: calc(100vh - 283px); } \ No newline at end of file diff --git a/src/app/pages/maps/widgets/leaflet/_leaflet.scss b/src/app/pages/maps/widgets/leaflet/_leaflet.scss index f20fd91..94ebbe8 100644 --- a/src/app/pages/maps/widgets/leaflet/_leaflet.scss +++ b/src/app/pages/maps/widgets/leaflet/_leaflet.scss @@ -1,5 +1,5 @@ #leaflet-map { - height: calc(100vh - 277px); + height: calc(100vh - 283px); } /* required styles */ diff --git a/src/app/pages/maps/widgets/map-bubbles/_map-bubbles.scss b/src/app/pages/maps/widgets/map-bubbles/_map-bubbles.scss index 5b39a8e..036bc4f 100644 --- a/src/app/pages/maps/widgets/map-bubbles/_map-bubbles.scss +++ b/src/app/pages/maps/widgets/map-bubbles/_map-bubbles.scss @@ -1,6 +1,6 @@ #map-bubbles { width: 100%; - height: calc(100vh - 277px); + height: calc(100vh - 283px); font-size : 11px; } diff --git a/src/app/pages/maps/widgets/map-lines/_map-lines.scss b/src/app/pages/maps/widgets/map-lines/_map-lines.scss index f61ea57..cf1c331 100644 --- a/src/app/pages/maps/widgets/map-lines/_map-lines.scss +++ b/src/app/pages/maps/widgets/map-lines/_map-lines.scss @@ -1,4 +1,4 @@ #map-lines { width: 100%; - height: calc(100vh - 277px); + height: calc(100vh - 283px); } \ No newline at end of file