shivamyadavrgipt / Social_media_management

The project is about Building the Social media management system i.e one can regulate their different Social media from one place ,can analyse the interaction of the user and responses able post on social different social media account from one place
https://social-media-management-djkz.vercel.app/
24 stars 64 forks source link

need custoom scrollbar thumb and custom scrollbar track #205

Closed ScienHAC closed 2 weeks ago

ScienHAC commented 2 weeks ago

see i have preview i already made this for my website https://scienhac.blogspot.com/2023/05/how-to-make-custom-scrollbar.html

here i use webkit styling.

ScienHAC commented 2 weeks ago

like we can use this.

/ Style the scrollbar in WebKit Browsers / ::-webkit-scrollbar { width: 8px; height: 8px; }

::-webkit-scrollbar-track { background-color: #f0f0f0; border-radius: 10px; }

::-webkit-scrollbar-thumb { background-color: #888; border-radius: 10px; }

::-webkit-scrollbar-thumb:hover { background-color: #555; }