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 (