You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Angular: 18
ngx-scrollbar: 15.0.2 - 15.0.3 - 15.0.4
The text was updated successfully, but these errors were encountered:
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 bothvertical.scss
andhorizontal.scss
filesIn v15.0.2 this bug was introduced.
Environment
The text was updated successfully, but these errors were encountered: