Skip to content

Commit

Permalink
Improve scroll bar for all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Jul 29, 2023
1 parent fe18579 commit 5b84094
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dist/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@ body {
align-items: center;
}

::-webkit-scrollbar {
width: 8px;
height: 8px;
background-color: #555;
}
::-webkit-scrollbar-thumb {
background-color: #333;
}
::-webkit-scrollbar-corner {
background-color: #333;
}

@media print {
@page {
size: auto;
Expand Down

0 comments on commit 5b84094

Please sign in to comment.