From 6acf9d1e79709333bb1e7b6acdeefad96bc84193 Mon Sep 17 00:00:00 2001 From: Rahul Khandait <90828823+rahulkhandait-sde@users.noreply.github.com> Date: Wed, 27 Mar 2024 02:32:47 +0530 Subject: [PATCH] Update z-index value in newBlogStyle.css --- Blogs/newBlogStyle.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Blogs/newBlogStyle.css b/Blogs/newBlogStyle.css index ac23dba6..7567ee5c 100644 --- a/Blogs/newBlogStyle.css +++ b/Blogs/newBlogStyle.css @@ -108,7 +108,7 @@ position: fixed; top: 60px; /* Adjust top distance as needed */ right: 50px; /* Adjust right distance as needed */ - z-index: 9999; /* Ensure it's above other content */ + z-index: 0; /* Ensure it's above other content */ background-color: #00ff44; /* Background color */ border-radius: 0 !important; /* Border radius */ border: 1px solid #ccc; /* Border */