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
Usually, we want scrollbar styles to be consistent throughout the whole application. Of course, we can add style to each ng-scrollbar tag and then write something like this in our global styles
Feature Description
Usually, we want scrollbar styles to be consistent throughout the whole application. Of course, we can add style to each ng-scrollbar tag and then write something like this in our global styles
But it requires adding a custom style to each tag.
You already have CSS vars. I suggest using them more flexibly.
The library uses prefixed vars with default fallbacks. And we can easily customize styles by defining required vars.
Use Case
In this case, we can define vars on root
and use scrollbars without additional classes
The text was updated successfully, but these errors were encountered: