Restore sticky footer
This commit is contained in:
parent
5903c6bd36
commit
fbb0312c7c
@ -21,6 +21,16 @@
|
||||
<script src="zetikettes.js"></script>
|
||||
|
||||
<style>
|
||||
/* for the footer */
|
||||
body {
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
flex-direction: column;
|
||||
}
|
||||
main {
|
||||
flex: 1 0 auto;
|
||||
}
|
||||
|
||||
.actions {
|
||||
margin-left: auto;
|
||||
white-space: nowrap;
|
||||
|
Loading…
Reference in New Issue
Block a user