mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
Fix scroll bar appearance in Safari
Ref: https://github.com/adityatelange/hugo-PaperMod/issues/654#issuecomment-1015819905 fixes: #654
This commit is contained in:
parent
6aced45a65
commit
2b0a52ab25
@ -136,3 +136,7 @@ img {
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: var(--secondary);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
background: var(--theme);
|
||||
}
|
Loading…
Reference in New Issue
Block a user