Skip to content

Commit

Permalink
Merge pull request GDSC-Jadavpur-University#12 from biswassushmita947…
Browse files Browse the repository at this point in the history
…/main

Update globals.css
  • Loading branch information
Ayushpanditmoto authored Oct 1, 2023
2 parents 93d887f + eafe78e commit 7c4f07d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,16 @@
html{
scroll-behavior: smooth;
}

body::-webkit-scrollbar {
width: 10px;
}

body::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.484);
border-radius: 10px;
}

0 comments on commit 7c4f07d

Please sign in to comment.