Currently, the scrollbar is functioning properly in Chrome and Safari, but in Mozilla, it is not behaving as expected. Below, you can find my code. Although using jquery or JavaScript would be a quick solution, I am exploring CSS options first.
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-button {width: 8px;height:5px;}
::-webkit-scrollbar-track {background:none;}
::-webkit-scrollbar-thumb {background:#000;}
::-webkit-scrollbar-thumb:hover {background:#000;}