Fix: web height 100vh

This commit is contained in:
2022-12-02 03:43:14 +08:00
parent 30a8fbad4e
commit e3d80ffc2a

View File

@@ -5,6 +5,7 @@ body {
margin: auto;
padding-top: 1rem;
max-width: unset;
min-height: 100vh;
}
#root {
display: flex;