Modify the width of the scrollbar
Morning,
how can we modifiy the style of the scrollbar, the width or the color for example.
Thank you
Replies (1)
Hi,
Thank you for reaching out to us.
You can customize scrollbar by changing $scrollbar- variables in file src/assets/sass/core/components/_variables.scss
// Keenthemes scrollbar component
$scrollbar-size: 5px !default;
$scrollbar-overlay-size: 19px !default;
$scrollbar-overlay-space: 7px !default;
$scrollbar-color: $gray-200 !default;
$scrollbar-hover-color: $gray-300 !default; Please let us know if you have any further questions on this topic or anything else.
Regards,
Lauris Stepanovs,
Keenthemes Support Team