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 6aced45 commit 2b0a52a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 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 2b0a52a

Please sign in to comment.