Skip to content

Commit

Permalink
fix: Sass warning on latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
annuraggg committed Aug 19, 2024
1 parent 87ee244 commit d5b6b87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sass/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */

-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */

/* Hide scrollbar for Chrome, Safari and Opera */
&::-webkit-scrollbar {
display: none;
Expand Down

0 comments on commit d5b6b87

Please sign in to comment.