From e81235e0867f9c4e7dce862df6c93bf5d71e702e Mon Sep 17 00:00:00 2001 From: David Montero Crespo Date: Sat, 7 Mar 2026 02:13:10 -0300 Subject: [PATCH] refactor: remove redundant html and body height and overflow styles --- frontend/src/App.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/frontend/src/App.css b/frontend/src/App.css index afc3eb8..c618b52 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -4,11 +4,6 @@ box-sizing: border-box; } -html, body { - height: 100%; - overflow: hidden; -} - body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; background-color: #1a1a1a;