sdy

hide double scroll

...@@ -27,7 +27,7 @@ export default createGlobalStyle` ...@@ -27,7 +27,7 @@ export default createGlobalStyle`
27 #root { 27 #root {
28 max-width: 100%; 28 max-width: 100%;
29 min-height: 100vh; 29 min-height: 100vh;
30 - overflow-x: hidden; 30 + overflow: hidden;
31 display:flex; 31 display:flex;
32 flex-direction:column; 32 flex-direction:column;
33 } 33 }
......