Custom Scrollbar

CSS, Web Design

Custom Scrollbar /*SCROLLBAR styling*/ ::-webkit-scrollbar-track-piece{ background:#202A38; } ::-webkit-scrollbar{ width:8px; } /* Track */ ::-webkit-scrollbar-track { border-radius: 10px; border:none; background:#202A38; } /* Handle */ ::-webkit-scrollbar-thumb { background: #DFE3EA; border-radius: 10px; } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: white; }

Copy this code into the url for a bookmark to add it to chrome. Every time you click the bookmark, it will load.