From d13a5b9c8e669bb0c0621724278efaccf47c2888 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 20 Apr 2026 13:18:39 +0000 Subject: [PATCH] Prevent palette switcher from overlapping footer bottom row The fixed palette switcher at bottom-right sat on top of "In Aluminum We Trust" (and the redemption/copyright strings) when scrolled to the footer. Increase footer bottom padding so the last row clears the switcher at all breakpoints. https://claude.ai/code/session_01UKEvVmUnXpWyuzw2d3ZDNq --- src/components/TheFooter.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/TheFooter.vue b/src/components/TheFooter.vue index 76a3335..1efc85e 100644 --- a/src/components/TheFooter.vue +++ b/src/components/TheFooter.vue @@ -37,7 +37,7 @@