fix css glitch
This commit is contained in:
parent
e8e24be595
commit
9af6c9ee26
2 changed files with 7 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
}
|
||||
|
||||
body {
|
||||
min-height: 100vh;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
|
|
|
@ -67,5 +67,11 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
body {
|
||||
height: unset;
|
||||
min-height: 100vh;
|
||||
}
|
||||
</style>
|
||||
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue