::-webkit-scrollbar { width: 15px; } ::-webkit-scrollbar-track { background: #202020; border-left: 1px solid #2c2c2c; } ::-webkit-scrollbar-thumb { background: #3e3e3e; border: solid 3px #202020; border-radius: 7px; } ::-webkit-scrollbar-thumb:hover { background: white; }
Dark/Light scrollbars with Vue.js and Vuetify
https://codepen.io/bromix/pen/MWwEmmP
The Current State of Styling Scrollbars
If you need to style your scrollbars right now, one option is to use a collection of ::webkit prefixed CSS properties. CodePen Embed Fallback Sadly, that
https://css-tricks.com/the-current-state-of-styling-scrollbars/

Seonglae Cho