I'm trying to change the width of a default scrollbar. So far I've tried scrollbar-width which doesn't work on many browsers.::-webkit-scrollbar works but I can't seem to get the default look from it.
This is what I'm trying to style.
.column1 {
background-color:gray;
padding: 19px 18px 49px 9px;
height: 100vh;
overflow-y: scroll;
}
<div class="column1"><div>