MurhafSousli / ngx-scrollbar

Custom overlay-scrollbars with native scrolling mechanism
https://ngx-scrollbar.netlify.app/
MIT License
618 stars 99 forks source link

Scrollbar thumb color is not changing on hover #625

Closed MurhafSousli closed 4 months ago

MurhafSousli commented 4 months ago

When hovering over the scrollbar, the thumb background is not changed, this is because of wrong CSS variable assignment --_thumb-x-color: var(var(--INTERNAL-scrollbar-thumb-min-size)) in both vertical.scss and horizontal.scss files

In v15.0.2 this bug was introduced.

Environment