fix: then height 100%

This commit is contained in:
Boris Cherepanov
2026-03-23 15:57:03 +03:00
parent 59ab2ce2c2
commit 40b3fafacc

View File

@@ -1,3 +1,8 @@
html,
body {
height: 100%;
}
body { body {
margin: 0; margin: 0;
font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
@@ -5,6 +10,10 @@ body {
background-color: #f3f6fb; background-color: #f3f6fb;
} }
#root {
height: 100%;
}
* { * {
box-sizing: border-box; box-sizing: border-box;
} }