Files
nuzlocke-tracker/.beans/nuzlocke-tracker-36wg--make-footer-stick-to-bottom-of-viewport.md
Julian Tabel 2655c0d64f
All checks were successful
CI / backend-lint (push) Successful in 7s
CI / frontend-lint (push) Successful in 31s
Add bean for sticky footer bug
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 08:48:20 +01:00

487 B

title, status, type, created_at, updated_at
title status type created_at updated_at
Make footer stick to bottom of viewport todo bug 2026-02-13T07:47:48Z 2026-02-13T07:47:48Z

On pages with little content, the footer appears right after the content instead of staying at the bottom of the viewport. The footer should always be at the bottom of the browser window, pushing down when there's enough content but not floating in the middle of the page when content is short (sticky footer pattern).