Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush-py-c authored Dec 14, 2024
1 parent a7d0077 commit 6f80a41
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */

}
}

code {
Expand All @@ -37,17 +38,3 @@ code {
body::-webkit-scrollbar {
display: none;
}

@layer utilities {
.scrollbar-hide {
-ms-overflow-style: none;
/* IE and Edge */
scrollbar-width: none;
/* Firefox */
}

.scrollbar-hide::-webkit-scrollbar {
display: none;
/* Chrome, Safari and Opera */
}
}

0 comments on commit 6f80a41

Please sign in to comment.