I'm trying to make the scroll bar in Chrome compatible with Firefox, but I can't figure out how to give it a border radius.
Chrome scroll bar css
/* Store selector */
/* width */
.lhh::-webkit-scrollbar {
width: 6px;
height: 56px !important;
}
/* Handle */
.lhh::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.35);
border-radius: 10px;
}
I'm searching for a solution on how to apply border radius to the scroll bar in Mozilla Firefox. For more information, check out these links firefox css