From f47d177a7bedeaf87651342b5872339ddadfed44 Mon Sep 17 00:00:00 2001 From: Bob Burningham Date: Wed, 6 Sep 2023 00:01:54 -0700 Subject: [PATCH] updated body height to fit 100 --- app/globals.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/globals.css b/app/globals.css index e4e2494..102d778 100644 --- a/app/globals.css +++ b/app/globals.css @@ -2,6 +2,12 @@ @tailwind components; @tailwind utilities; +html, +boby, +:root { + height: 100%; +} + @layer base { :root { --background: 0 0% 100%;