misc: reduce a bit content height to avoid scrollbars

This commit is contained in:
Frédéric Péters 2016-03-25 15:02:14 +01:00
parent 14111faa32
commit cb4367902d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ body.welco-home div#main-content {
width: 100%;
border: 0;
padding: 0;
height: calc(100vh - 8em);
height: calc(100vh - 9em);
}
body.mail-dg-table div#main-content {