Fix footer

This commit is contained in:
samaradel
2020-11-22 18:46:24 +02:00
parent eb97a7e67b
commit 3c8e17a767

View File

@@ -2,7 +2,7 @@
<Layout>
<div
class="container sm:pxi-0 mx-auto"
:style="{ height: contentHeight + 'px' }"
:style="{ 'min-height': contentHeight + 'px' }"
>
<img
v-if="loading"