Morning,
how can we modifiy the style of the scrollbar, the width or the color for example.
Thank you
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;