diff --git a/pages/_app.tsx b/pages/_app.tsx index 57f85a7..ca92d56 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -88,10 +88,6 @@ const Application: NextPage> = ({ Component, pageProps }) => { color: ${theme.palette.accents_3}; } - body { - overflow-x: hidden; - } - body::-webkit-scrollbar { width: 0; background-color: ${theme.palette.accents_1};