fix height due to progress bar

This commit is contained in:
Colin Frei 2013-09-23 21:25:28 +02:00
parent 558b498ded
commit a1fa123ab0

View file

@ -13,7 +13,7 @@ body, .normalFont {
.main-container {
height: 100%;
height: calc(100% - 42px);
height: calc(100% - 42px - 3px);
}