fix(dashboard): fix calendar responsiviness

pull/3/head
Vladimir Lugovsky 2015-11-25 12:53:43 +03:00
parent 44894f4905
commit 084fe5359d
1 changed files with 4 additions and 0 deletions

View File

@ -712,4 +712,8 @@ a.fc-more {
content: "=";
}
}
}
.fc-day-grid-container.fc-scroller {
height: auto!important;
}