fix css glitch

This commit is contained in:
ajuvercr 2020-03-29 11:35:49 +02:00
parent e8e24be595
commit 9af6c9ee26
2 changed files with 7 additions and 1 deletions

View file

@ -39,7 +39,7 @@
}
body {
min-height: 100vh;
height: 100vh;
display: flex;
flex-direction: column;
align-items: stretch;

View file

@ -67,5 +67,11 @@
</div>
</div>
<style>
body {
height: unset;
min-height: 100vh;
}
</style>
{% endblock %}