Hello!
I put this into my css file for changing the look of the scrollbar. It works in nearly every browser as intended, but not in firefox:
::-webkit-scrollbar{
    width: 10px;
    background-color: #f1f1f1;
}
::-webkit-scrollbar-thumb{
    background-color: #353b48;
}
What do I need to make in work in Firefox too? ^^
 
     
    