From d924f76d863f8b3eb4943f6d4fc325ca68240d9e Mon Sep 17 00:00:00 2001 From: PHI NETWORK <85964511+Phinetwork@users.noreply.github.com> Date: Wed, 11 Dec 2024 02:07:02 -0500 Subject: [PATCH] update footer.css --- frontend/src/components/Footer.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/Footer.css b/frontend/src/components/Footer.css index 886d971..6f141c7 100644 --- a/frontend/src/components/Footer.css +++ b/frontend/src/components/Footer.css @@ -4,7 +4,8 @@ padding: 10px 0; background-color: #282c34; color: white; - position: fixed; + position: relative; /* Ensure the footer is within the normal flow */ bottom: 0; width: 100%; + margin-top: auto; /* Push the footer to the bottom of the page content */ }