Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | } | ... | ... |
-
Please register or login to post a comment