What is the better way for enlarge the right scrollbar? (science skin)
I use this ,it is working with safari, chrome but not with FF:
Code
.sb-scrollbar::-webkit-scrollbar {
-webkit-appearance: none;
width: 18px;
}
.sb-scrollbar::-webkit-scrollbar-thumb {
background-color: #327dba;
}
.root-scrollbar::-webkit-scrollbar {
-webkit-appearance: none;
width: 18px;
}