Agregada altura 100% a html, body y #root

This commit is contained in:
Alejandro Tasistro 2025-06-13 18:33:34 -03:00
parent 1b920093c4
commit 9e93b914ac

View file

@ -10,6 +10,11 @@
html, body { html, body {
overflow-x: hidden; overflow-x: hidden;
max-width: 100%; max-width: 100%;
height: 100%;
}
#root {
height: 100%;
} }
main.has-top-padding { main.has-top-padding {