From acdd33ef7db32298ab1609554a9950597c14d70e Mon Sep 17 00:00:00 2001 From: patak Date: Wed, 30 Nov 2022 00:04:37 +0100 Subject: [PATCH] fix: layout shift when navigating --- styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/global.css b/styles/global.css index 60e50cfb..fa8e307a 100644 --- a/styles/global.css +++ b/styles/global.css @@ -33,7 +33,7 @@ } /* Force vertical scrollbar to be always visible to avoid layout shift while loading the content */ -html { +body { overflow-y: scroll; }