mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 11:45:26 +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:
		| @@ -136,3 +136,7 @@ img { | |||||||
| ::-webkit-scrollbar-thumb:hover { | ::-webkit-scrollbar-thumb:hover { | ||||||
|     background: var(--secondary); |     background: var(--secondary); | ||||||
| } | } | ||||||
|  |  | ||||||
|  | ::-webkit-scrollbar { | ||||||
|  |     background: var(--theme); | ||||||
|  | } | ||||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange