We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Native Scrollbars does not by default inside of perfect-scrollbar. The support for classes was added to perfect-scrollbar as mentioned in issue #577
Issue Repro Link: https://stackblitz.com/edit/angular-hrdxrj
Refer - #314
The text was updated successfully, but these errors were encountered:
@sconix The forceNativeScrolling directive is not imported by default. I have to do manual import in the Component where I want to use it.
I am guessing this may have been so because I missed exporting it in public-api.ts.
Sorry, something went wrong.
No branches or pull requests
Native Scrollbars does not by default inside of perfect-scrollbar. The support for classes was added to perfect-scrollbar as mentioned in issue #577
Issue Repro Link: https://stackblitz.com/edit/angular-hrdxrj
Refer - #314
The text was updated successfully, but these errors were encountered: