diff --git a/src/styles/main.css b/src/styles/main.css index e250050..f905b3c 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -106,9 +106,10 @@ body { } html, body { - min-height: 100%; height: 100%; margin: 0; + min-height: 100%; + overflow: clip; } h1, h2, h3, h4, h5 { font-weight: normal; }