docs: remove scroll on mobile screen

This commit is contained in:
unix
2020-03-26 11:15:44 +08:00
parent 245d890865
commit 0a5fce73ef

View File

@@ -76,7 +76,7 @@ const Application: NextPage<AppProps> = ({ Component, pageProps }) => {
color: ${theme.palette.accents_3};
}
body {
html, body {
overflow-x: hidden;
}