How to increase the size of the sidebar?

I am not able to control while scrolling and the sidebar is very small for my mouse to use it. I just want to increase the size of the sidebar for scrolling up and down :frowning:

Hi Shashank,

Thank you for the question.
You can drag&drop the edge of the sidebar to change its width like so:

59

Hi,

I am sorry, Its the scrollbar which is used to scroll up and down. My bad.

So the question still stands. Can we increase the width of the scrollbar which is very small.

Okay. To change the scrollbar width, you have to define a custom CSS like so:

:root {
  --sidebar-scrollbar-width: 60px;
  --scrollbar-width: 60px;
}

Hope that helps!

1 Like