From 8c4c891d51142d30911c7e7dcf67ec4d6a0f0c16 Mon Sep 17 00:00:00 2001 From: monochromer Date: Thu, 27 Jun 2024 14:41:06 +0500 Subject: [PATCH] fix: fix layout shift caused by css styles --- apps/site/styles/base.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/site/styles/base.css b/apps/site/styles/base.css index 31587ca948d8e..a894edaa37811 100644 --- a/apps/site/styles/base.css +++ b/apps/site/styles/base.css @@ -5,8 +5,7 @@ html, body { - @apply size-full - [scrollbar-gutter:auto]; + @apply h-full; } body {