Skip to content

Commit

Permalink
Merge pull request #1501 from rahulkhandait-sde/hides-menu
Browse files Browse the repository at this point in the history
Difficulty toggling between menus due to language translation box interference
  • Loading branch information
akshitagupta15june committed Mar 27, 2024
2 parents a4fdbb0 + 6acf9d1 commit 4b3cce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Blogs/newBlogStyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 4b3cce6

Please sign in to comment.