Skip to content

Commit

Permalink
Styles Safari scrollbars
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbs committed Jul 29, 2024
1 parent afa3a59 commit 4cbd8be
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,22 @@
html, body {
height: 100%;
}

*::-webkit-scrollbar {
width: 12px;
}

*::-webkit-scrollbar-track {
background: transparent;
}

*::-webkit-scrollbar-thumb {
background-color: #c2c2c2;
border-radius: 6px;
border: 3px solid transparent;
background-clip: padding-box;
}

*::-webkit-scrollbar-thumb:hover {
background-color: #7d7d7d;
}

0 comments on commit 4cbd8be

Please sign in to comment.