diff --git a/root/style.css b/root/style.css index 4384c52..10aefe7 100644 --- a/root/style.css +++ b/root/style.css @@ -1,5 +1,5 @@ html, body { - height: 100%; + min-height: 100%; margin: 0; padding: 0; } @@ -13,7 +13,7 @@ div { color: grey; font-family: sans-serif; - height: 100%; + min-height: 100%; display: flex; flex-direction: column;