fix(maps): fix maps panels heights

pull/3/head
Vladimir Lugovsky 2015-12-01 11:41:14 +03:00
parent add8b960b1
commit 36d0537d43
5 changed files with 5 additions and 5 deletions

View File

@ -26,7 +26,7 @@ $panel-title-height: 35px;
height: $large-panel-height;
}
&.viewport100 {
height: calc(100vh - 212px);
height: calc(100vh - 218px);
}
&.with-scroll {

View File

@ -1,4 +1,4 @@
#google-maps {
width: 100%;
height: calc(100vh - 277px);
height: calc(100vh - 283px);
}

View File

@ -1,5 +1,5 @@
#leaflet-map {
height: calc(100vh - 277px);
height: calc(100vh - 283px);
}
/* required styles */

View File

@ -1,6 +1,6 @@
#map-bubbles {
width: 100%;
height: calc(100vh - 277px);
height: calc(100vh - 283px);
font-size : 11px;
}

View File

@ -1,4 +1,4 @@
#map-lines {
width: 100%;
height: calc(100vh - 277px);
height: calc(100vh - 283px);
}