From f7013b741582323cc73e9e5325dca00f14897408 Mon Sep 17 00:00:00 2001 From: Nepalivai <108126089+nepalivai@users.noreply.github.com> Date: Thu, 8 Feb 2024 18:01:51 +0545 Subject: [PATCH] Z index fixed for footer --- footer_main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/footer_main.css b/footer_main.css index dec1a5a..cb89971 100644 --- a/footer_main.css +++ b/footer_main.css @@ -15,6 +15,7 @@ section{ align-items: center; flex-direction: column; bottom: 0px; + z-index: 10; margin-top: 10vh; } @@ -83,4 +84,4 @@ section{ 100% { background-positon-x: 0px; } -} \ No newline at end of file +}