chore: remove unused

This commit is contained in:
unix
2020-04-26 22:26:44 +08:00
parent 54bbd622b9
commit 2ce0b33d64

View File

@@ -88,10 +88,6 @@ const Application: NextPage<AppProps<{}>> = ({ Component, pageProps }) => {
color: ${theme.palette.accents_3};
}
body {
overflow-x: hidden;
}
body::-webkit-scrollbar {
width: 0;
background-color: ${theme.palette.accents_1};