From a7e17d165a0590a43e4d31bfd6d38025f1c31629 Mon Sep 17 00:00:00 2001 From: Ali Ataf Date: Sat, 9 Jan 2021 01:34:29 +0200 Subject: [PATCH] fix: prevent layout shift and appearance of horizontal scroll --- src/.vuepress/theme/styles/index.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/.vuepress/theme/styles/index.styl b/src/.vuepress/theme/styles/index.styl index a35b13f7c0..b9869a0ae1 100644 --- a/src/.vuepress/theme/styles/index.styl +++ b/src/.vuepress/theme/styles/index.styl @@ -9,6 +9,7 @@ html, body padding 0 margin 0 background-color #fff + overflow-x hidden body font-family $fontPrimary