Is it possible to add padding or margin around the scrollbar item or scrollbar-track? I\'ve tried and can only get padding top/bottom. Adding padding to the UL has no effe
Another important attribute to add vertical or horizontal margin:
::-webkit-scrollbar-track { margin: 0 30px; }