SarahXia0405 commited on
Commit
91aa146
·
verified ·
1 Parent(s): 66ffb7c

Update web/src/index.css

Browse files
Files changed (1) hide show
  1. web/src/index.css +5 -0
web/src/index.css CHANGED
@@ -3106,3 +3106,8 @@ html {
3106
  height: 0;
3107
  }
3108
  }
 
 
 
 
 
 
3106
  height: 0;
3107
  }
3108
  }
3109
+
3110
+ html, body, #root {
3111
+ height: 100%;
3112
+ overflow: hidden;
3113
+ }