Skip to content

Commit

Permalink
Merge pull request #2836 from PrefectHQ/move-no-scroll
Browse files Browse the repository at this point in the history
Move utility from nebula
  • Loading branch information
pleek91 authored Dec 2, 2024
2 parents ab39c55 + 9578024 commit caa2738
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,15 @@

@tailwind components;
@tailwind utilities;

@layer utilities {
/* Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
display: none;
}

.no-scrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
}

0 comments on commit caa2738

Please sign in to comment.