misc: only force height of home page (#55546)

This commit is contained in:
Frédéric Péters 2021-07-12 19:55:57 +02:00
parent eef27053e1
commit 7abee88825
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ body.welco-home div#main-content {
height: calc(100vh - 61px); /* #top 60px + #top border 1px */
}
body[data-environment-label] div#main-content {
body.welco-home[data-environment-label] div#main-content {
height: calc(100vh - 71px); /* #top 60px + #top border 1px + #header bottom-border 10px */
}