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 */