footer position fixed
All checks were successful
App Image CI / Build app image (push) Successful in -1m27s
NPM Audit Check / Check NPM audit (push) Successful in -2m12s

This commit is contained in:
2025-09-23 12:55:16 -05:00
parent 12cf09d408
commit 5e95f22245
2 changed files with 10 additions and 2 deletions

View File

@@ -190,6 +190,10 @@ input[type="submit"] {
&.no-padding {
padding: 0;
}
&:has(+ .content.footer) {
padding-bottom: 3em;
}
}
.overflow-x {
@@ -231,9 +235,13 @@ input[type="submit"] {
.content.footer {
background: var(--primary-dark);
color: var(--color-text);
margin-top: .5em;
padding: .25em 1em;
position: fixed;
bottom: 0;
left: 0;
right: 0;
a {
color: var(--color-text);
text-decoration: underline;