From 6123d00361f301fe528f004cd284bed354d830c4 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Thu, 9 Jan 2025 13:47:38 +0530 Subject: [PATCH] Prune --- web/apps/cast/src/styles/global.css | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/web/apps/cast/src/styles/global.css b/web/apps/cast/src/styles/global.css index d3b720a392..c86e6f099a 100644 --- a/web/apps/cast/src/styles/global.css +++ b/web/apps/cast/src/styles/global.css @@ -1,11 +1,3 @@ -body { - height: 100vh; - width: 100%; - margin: 0; - background-color: black; - color: white; -} - #__next { - height: 100%; + height: 100vh; /* Make the Next.js root div fill the viewport height */ }