bubble styles maps fix

This commit is contained in:
nixa 2016-05-06 18:30:28 +03:00
parent 240778ef82
commit e62b6d7ae1
2 changed files with 5 additions and 4 deletions

View file

@ -1,3 +1,3 @@
<ba-card title="Map with bubbles" baCardClass="popular-app medium-card" class="viewport100">
<ba-card title="Map with bubbles">
<div id="map-bubbles" class="bubble-maps"></div>
</ba-card>

View file

@ -1,4 +1,5 @@
.bubble-maps {
//TODO: hotfix
height: 320px;
#map-bubbles {
width: 100%;
height: calc(100vh - 283px);
font-size : 11px;
}