From 47b9849c23574ece64048ec70caab31efb543306 Mon Sep 17 00:00:00 2001 From: nisargaa20 <125184228+nisargaa20@users.noreply.github.com> Date: Sat, 6 Jul 2024 18:53:02 +0530 Subject: [PATCH] footer --- src/components/layout.css | 2 +- src/components/page4/Pyq.css | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/layout.css b/src/components/layout.css index 629404e..4fddbd9 100644 --- a/src/components/layout.css +++ b/src/components/layout.css @@ -259,7 +259,7 @@ table { background-color: #f8f8f8; padding: 10px; text-align: center; - position: fixed; + position: absolute; bottom: 0; width: 100%; diff --git a/src/components/page4/Pyq.css b/src/components/page4/Pyq.css index 533be86..fadafe8 100644 --- a/src/components/page4/Pyq.css +++ b/src/components/page4/Pyq.css @@ -10,6 +10,7 @@ body { display: flex; flex-direction: column; min-height: 100vh; + padding-bottom: 50px; } @@ -232,7 +233,8 @@ body { .footer { margin-top: fixed; - position: relative; + position: fixed; + z-index:100; bottom: 0; left: 0; width: 100%;