Skip to content

Commit

Permalink
Merge branch 'develop' into enhancement/streamline-dividers
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbs authored Jul 29, 2024
2 parents 07ed866 + 2ea28ad commit 28ed043
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: rgba(0, 0, 0, 0.25);
border-radius: 6px;
border: 3px solid transparent;
background-clip: padding-box;
}

*::-webkit-scrollbar-thumb:hover {
background-color: rgba(0, 0, 0, 0.5);
}

0 comments on commit 28ed043

Please sign in to comment.