From 81b787928bd346217d8709e65a98cb4a3216ae5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Sun, 10 Jan 2021 20:44:57 +0900 Subject: [PATCH] fix: https://github.com/koreanbots/v2-testing/issues/13 --- app.css | 1 + components/Footer.tsx | 2 +- pages/index.tsx | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app.css b/app.css index 26ceaa8..2322585 100644 --- a/app.css +++ b/app.css @@ -5,6 +5,7 @@ html { scroll-behavior: smooth; min-height: 100%; + overflow-x: hidden; } body { diff --git a/components/Footer.tsx b/components/Footer.tsx index bc8cdc2..ade8a8d 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -5,7 +5,7 @@ import Wave from './Wave' const Footer = (): JSX.Element => { return (
- +
diff --git a/pages/index.tsx b/pages/index.tsx index b86ffc1..8559332 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -19,7 +19,7 @@ const Index: NextPage = ({ votes, newBots, trusted }) => {