Skip to content

Commit

Permalink
Merge pull request #1445 from Tanmay-Mirgal/main
Browse files Browse the repository at this point in the history
Scroll Bar Added
  • Loading branch information
codervivek5 committed Jun 21, 2024
2 parents 863b147 + 4797b2b commit bb20b2e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Front-with-React/VigyBag/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@
@tailwind utilities;


::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track {
background: #000;
}
::-webkit-scrollbar-thumb {
background: #edd6c5ff;
border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
background: #edd6c5ff;
}


/* :root {
font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
line-height: 1.5;
Expand Down

0 comments on commit bb20b2e

Please sign in to comment.