diff --git a/src/components/layout/Footer.tsx b/src/components/layout/Footer.tsx index db768db..714593e 100644 --- a/src/components/layout/Footer.tsx +++ b/src/components/layout/Footer.tsx @@ -87,6 +87,25 @@ export default function Footer() { return ( <> + {/* Floating-label fix: the theme only lifts the label on :focus-within, so a + filled-but-blurred field drops its label back onto the typed value and the + two overlap. Keep the label lifted (and the notch in the top border open) + whenever the field carries a value, via the .dm-field-filled class below. */} +