refactor: remove redundant html and body height and overflow styles

pull/10/head
David Montero Crespo 2026-03-07 02:13:10 -03:00
parent 6316d14c55
commit e81235e086
1 changed files with 0 additions and 5 deletions

View File

@ -4,11 +4,6 @@
box-sizing: border-box; box-sizing: border-box;
} }
html, body {
height: 100%;
overflow: hidden;
}
body { body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
background-color: #1a1a1a; background-color: #1a1a1a;