Skip to content

Commit

Permalink
Firefox Scrollbar Issue Fixed (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
itz-rj-here authored Nov 25, 2024
1 parent da0f283 commit bed8a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ body {
border-radius: 30px;
}

* For Firefox */
/* For Firefox */
.icon-container {
scrollbar-width: thin; /* Thin scrollbar */
scrollbar-color: var(--darkColor-blue) transparent; /* Thumb color and track color */
Expand Down

0 comments on commit bed8a22

Please sign in to comment.