Skip to content

Commit

Permalink
Fix scroll bar appearance in Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
adityatelange committed May 28, 2022
1 parent d70e533 commit 040cb84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions themes/PaperMod/assets/css/core/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,7 @@ img {
::-webkit-scrollbar-thumb:hover {
background: var(--secondary);
}

::-webkit-scrollbar {
background: var(--theme);
}

0 comments on commit 040cb84

Please sign in to comment.