Change height to min-height somewhere

Nakidai 2024-01-30 01:41:26 +03:00
parent f6e9a55861
commit ad337dfc3d
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
html, body {
height: 100%;
min-height: 100%;
margin: 0;
padding: 0;
}
@ -13,7 +13,7 @@ div {
color: grey;
font-family: sans-serif;
height: 100%;
min-height: 100%;
display: flex;
flex-direction: column;