Spaces:
Sleeping
Sleeping
Update web/src/index.css
Browse files- 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 |
+
}
|