sdy

add globalstyle, body overflow hidden

...@@ -7,6 +7,7 @@ export default createGlobalStyle` ...@@ -7,6 +7,7 @@ export default createGlobalStyle`
7 box-sizing: border-box; 7 box-sizing: border-box;
8 } 8 }
9 html, body { 9 html, body {
10 + overflow: hidden;
10 height: 100vh; 11 height: 100vh;
11 } 12 }
12 a { 13 a {
......