.scroll-view::-webkit-scrollbar {
width:3px;
height:1px
}
.scroll-view::-webkit-scrollbar-thumb {
border-radius:3px;
background-color:#2db362
}
.scroll-view::-webkit-scrollbar-track {
box-shadow:inset 0 0 5px transparent;
background:#fff;
border-radius:5px
}
