From 7013dea46ee7cc161eaabd6eed5d56ec5c47a4a1 Mon Sep 17 00:00:00 2001 From: Mayank <9084735+mayank99@users.noreply.github.com> Date: Sun, 30 Jul 2023 20:30:46 -0400 Subject: [PATCH] remove height from `html`/`body` --- package/index.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/package/index.css b/package/index.css index 82add91..bcc53b1 100644 --- a/package/index.css +++ b/package/index.css @@ -15,12 +15,6 @@ color-scheme: dark light; } -@supports not (min-block-size: 100dvb) { - :where(html) { - block-size: 100%; - } -} - @media (prefers-reduced-motion: no-preference) { :where(html:focus-within) { scroll-behavior: smooth; @@ -28,8 +22,6 @@ } :where(body) { - block-size: 100%; - block-size: 100dvb; line-height: 1.5; font-family: system-ui, sans-serif; -webkit-font-smoothing: antialiased;