Sha256: 8d9369c874d8877babc28a5276ca0eabc1c8fea222df0917ef3495b717b41777
Contents?: true
Size: 770 Bytes
Versions: 264
Compression:
Stored size: 770 Bytes
Contents
/* total width */ body.os-pc .mac-styled-scrollbar::-webkit-scrollbar { background-color: none; width: 0.5rem; height: 0.5rem; } /* background of the scrollbar except button or resizer */ body.os-pc .mac-styled-scrollbar::-webkit-scrollbar-track { background-color: none; } /* scrollbar itself */ body.os-pc .mac-styled-scrollbar::-webkit-scrollbar-thumb { background-color: #babac0; border-radius: 0.5rem; } /* set button(top and bottom of the scrollbar) */ body.os-pc .mac-styled-scrollbar::-webkit-scrollbar-button { display:none; } /* hide by default */ body.os-pc .mac-styled-scrollbar::-webkit-scrollbar-thumb { display:none } /* show on hover */ body.os-pc .mac-styled-scrollbar:hover::-webkit-scrollbar-thumb { display:block }
Version data entries
264 entries across 264 versions & 1 rubygems