Change height to min-height somewhere
parent
f6e9a55861
commit
ad337dfc3d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue