fix height due to progress bar
This commit is contained in:
parent
558b498ded
commit
a1fa123ab0
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ body, .normalFont {
|
||||||
|
|
||||||
.main-container {
|
.main-container {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
height: calc(100% - 42px);
|
height: calc(100% - 42px - 3px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue