# CSS to increase the size of width of the scrollbar

**URL:** https://community.surveysparrow.com/t/css-to-increase-the-size-of-width-of-the-scrollbar/3288
**Category:** CSS Knowledge Bonanza! 🕺
**Created:** [April 19, 2023, 11:13am UTC](https://community.surveysparrow.com/t/css-to-increase-the-size-of-width-of-the-scrollbar/3288 "2023-04-19T11:13:57Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Venkata\_Abhijith](https://avatars.discourse-cdn.com/v4/letter/v/cab0a1/32.png) [@Venkata\_Abhijith](https://community.surveysparrow.com/u/Venkata_Abhijith)
#### Post date: [April 19, 2023, 11:13am UTC](https://community.surveysparrow.com/t/css-to-increase-the-size-of-width-of-the-scrollbar/3288/1 "2023-04-19T11:13:57Z")

</div>

CSS to increase the width of the scrollbar:

.ss-fp-scroll\_\_item-data-wrap::-webkit-scrollbar {  
width: 10px;  
height: 5px;  
}

 ![Screenshot 2023-04-19 at 4.43.28 PM](https://europe1.discourse-cdn.com/flex013/uploads/surveysparrow1/original/1X/217467fad753127e1045e51997b5ec88c47872f9.png)

 ![Screenshot 2023-04-19 at 4.43.16 PM](https://europe1.discourse-cdn.com/flex013/uploads/surveysparrow1/original/1X/f2fb0d0105e55cea9d234e48c3cc73cb595ae110.png)
