From e6fdd200d78168dea5107a6c59d0aa96c4ecf959 Mon Sep 17 00:00:00 2001 From: Adam Kudrna Date: Wed, 21 Feb 2024 22:59:42 +0100 Subject: [PATCH] Do not set any dimensions of `` and `` elements (#523) Developers want to handle this themselves. Let us not be overly opinionated. --- src/styles/elements/_page.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/styles/elements/_page.scss b/src/styles/elements/_page.scss index 876a3fe6..95195e08 100644 --- a/src/styles/elements/_page.scss +++ b/src/styles/elements/_page.scss @@ -2,8 +2,6 @@ @use "../theme/typography"; html { - width: 100%; - height: 100%; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-weight: typography.$font-weight-base; @@ -13,8 +11,6 @@ html { } body { - width: 100%; - min-height: 100%; font-size: 1em; color: page.$color; background-color: page.$background;