CSS to increase the size of width of the scrollbar

CSS to increase the width of the scrollbar:

.ss-fp-scroll__item-data-wrap::-webkit-scrollbar {
width: 10px;
height: 5px;
}