From 0a5fce73ef91c3eb2f0db15aae4a03074d74c317 Mon Sep 17 00:00:00 2001 From: unix Date: Thu, 26 Mar 2020 11:15:44 +0800 Subject: [PATCH] docs: remove scroll on mobile screen --- pages/_app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/_app.tsx b/pages/_app.tsx index f5a7ed6..d941d78 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -76,7 +76,7 @@ const Application: NextPage = ({ Component, pageProps }) => { color: ${theme.palette.accents_3}; } - body { + html, body { overflow-x: hidden; }