-
-
Notifications
You must be signed in to change notification settings - Fork 537
New issue
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
Issue when container have display:flex #408
Comments
Yes the Angular plugin has a container that should not be there. I fixed it but that's changing the DOM structure so will probably require at least a minor version update. |
Can you test with the latest |
Yes i have updated the angular library in my project at the version 2.0.0 and i retrieve this error: I've also updated the reproducible example and i don't see improvements. |
@Alessandroinfo thanks for the report, it was a typo. I fixed it and added a test case for this. |
Describe the bug
When I use simplebar inside a container flex the root of the component don't take the width of its parent I must set width: 100% to take all width.
Reproducible example
https://codesandbox.io/s/simplebar-angular-xq1yu
The text was updated successfully, but these errors were encountered: