sdy

hide double scroll

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