diff --git a/frontend/src/index.css b/frontend/src/index.css index e47a2973..fb11001b 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -4,6 +4,12 @@ box-sizing: border-box; } +html, body, #root { + width: 100%; + height: 100%; + overflow: hidden; +} + body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; } diff --git a/frontend/src/pages/Earth/Earth.tsx b/frontend/src/pages/Earth/Earth.tsx index 2697b2d2..da2896d1 100644 --- a/frontend/src/pages/Earth/Earth.tsx +++ b/frontend/src/pages/Earth/Earth.tsx @@ -3,9 +3,10 @@ function Earth() {