From 2655c0d64f797b85b1e7221b760e8e948d263282 Mon Sep 17 00:00:00 2001 From: Julian Tabel Date: Fri, 13 Feb 2026 08:48:20 +0100 Subject: [PATCH] Add bean for sticky footer bug Co-Authored-By: Claude Opus 4.6 --- ...er-36wg--make-footer-stick-to-bottom-of-viewport.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .beans/nuzlocke-tracker-36wg--make-footer-stick-to-bottom-of-viewport.md diff --git a/.beans/nuzlocke-tracker-36wg--make-footer-stick-to-bottom-of-viewport.md b/.beans/nuzlocke-tracker-36wg--make-footer-stick-to-bottom-of-viewport.md new file mode 100644 index 0000000..2f2af95 --- /dev/null +++ b/.beans/nuzlocke-tracker-36wg--make-footer-stick-to-bottom-of-viewport.md @@ -0,0 +1,10 @@ +--- +# nuzlocke-tracker-36wg +title: Make footer stick to bottom of viewport +status: todo +type: bug +created_at: 2026-02-13T07:47:48Z +updated_at: 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). \ No newline at end of file