From 2257784f0cf391b0e79fa5bf454a8d96d44a16d3 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Tue, 30 Jan 2024 01:41:26 +0300 Subject: [PATCH] Change height to min-height somewhere --- root/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;