Skip to content

Commit

Permalink
Merge pull request #896 from kartik3110/feat/add-scrollbar
Browse files Browse the repository at this point in the history
style: added scrollbar to homepage
  • Loading branch information
Sanchitbajaj02 authored Oct 18, 2024
2 parents 2eee6fe + b0ca423 commit fca1cab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,11 @@ gi.owl-carousel .owl-stage {
mask-image: url("../public/Hexagon.svg");
}
::-webkit-scrollbar {
display: none;
width: 7px;
}
::-webkit-scrollbar-thumb {
background-color: var(--primary-100);
border-radius: 50px;
}

a {
Expand Down

0 comments on commit fca1cab

Please sign in to comment.