From f412b9f71e5589489d453fbcbde2848affe4d00f Mon Sep 17 00:00:00 2001 From: Aravind R Date: Wed, 10 Jun 2026 17:31:10 +0530 Subject: [PATCH] fix contect from --- src/components/layout/Footer.tsx | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) 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. */} +