From 17b8c6d36691bddee45da588dbbf38c4cba103a3 Mon Sep 17 00:00:00 2001 From: Yash Date: Tue, 2 Apr 2024 17:33:26 +0000 Subject: [PATCH] fix styles --- apps/web/src/app/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/app/globals.css b/apps/web/src/app/globals.css index 90029cc1..7d8b7c4e 100644 --- a/apps/web/src/app/globals.css +++ b/apps/web/src/app/globals.css @@ -20,7 +20,7 @@ } body { - @apply bg-rgray-2 text-rgray-11; + @apply bg-rgray-2 text-rgray-11 max-h-screen overflow-y-hidden; /* color: rgb(var(--foreground-rgb)); background: linear-gradient( to bottom,