Sticky footer to bottom of page

This commit is contained in:
Roscoe 2025-08-27 14:22:44 +01:00
commit 69e9d63be7
Signed by: RoscoeDaWah
SSH key fingerprint: SHA256:Hqn452XQ1ETzUt/FthJu6+OFkS4NBxCv5VQSEvuk7CE
2 changed files with 10 additions and 10 deletions

View file

@ -9,6 +9,10 @@
--links: #89b4fa;
}
html, body {
height: 98%;
}
body {
background-color: var(--background);
color: var(--foreground);
@ -139,11 +143,9 @@ table.system-info tr td:first-child {
}
.page-container {
min-height: 100%;
display: grid;
grid-template-columns: 1fr 250px;
grid-template-rows: 1fr;
grid-column-gap: 0;
grid-row-gap: 0;
grid-template-rows: auto 1fr auto;
}
.page-container > div {