What is Nostr?
ChasMusic (he/him) /
npub1dd9…225h
2024-09-14 06:54:23

ChasMusic (he/him) on Nostr: The code is as follows: /* Works on Firefox */ * { scrollbar-width: auto !important; ...

The code is as follows:

/* Works on Firefox */
* {
scrollbar-width: auto !important;
scrollbar-color: #fff #777 !important;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
width: 16px !important;
}

*::-webkit-scrollbar-track {
background: white !important;
}

*::-webkit-scrollbar-thumb {
background-color: darkgrey !important;
border-radius: 20px !important;
border: 3px solid black !important;
}
Author Public Key
npub1dd9u4qpwlpr4ssrz382ve6u48fukk6dgknlh4v50fa09unael02s4v225h