force footer bottom

This commit is contained in:
Jörn-Michael Miehe 2023-10-27 20:48:25 +00:00
parent fe90960e6a
commit f91b3d17d7

View file

@ -13,6 +13,8 @@
</div> </div>
</section> </section>
<div class="is-flex-grow-1" />
<footer class="footer"> <footer class="footer">
<div class="level is-mobile"> <div class="level is-mobile">
<div class="level-item"> <div class="level-item">
@ -60,7 +62,9 @@ html {
overflow-y: auto !important; overflow-y: auto !important;
} }
body { #app {
min-height: 100vh; min-height: 100vh;
display: flex;
flex-direction: column;
} }
</style> </style>