FIX: correctly account for ipad footer nav height (#20334)

This code also removes duplicated code in chat which doesn’t seem necessary anymore.
This commit is contained in:
Joffrey JAFFEUX
2023-02-16 16:49:17 +01:00
committed by GitHub
parent 75ae70c27c
commit 7391f8e077
3 changed files with 3 additions and 18 deletions

View File

@@ -67,6 +67,7 @@ body {
background-attachment: fixed;
background-size: cover;
min-height: 100%;
box-sizing: border-box;
@include clearfix;
}