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
Before upgrade (from 2.x to 4.0) vScrollNone directive worked fine and allowed placing a grid in a normal container without need to set it's size.
After upgrade this directive stopped working. I noticed contain: strict causing this issue on virtual scroll container and implemented a css fix:
.pbl-ngrid-container .cdk-virtual-scroll-disabled { contain: unset; }
Not sure what might be other implications of that fix, but for when virtual scroll is not needed, it seems to do the job.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Before upgrade (from 2.x to 4.0) vScrollNone directive worked fine and allowed placing a grid in a normal container without need to set it's size.
After upgrade this directive stopped working. I noticed contain: strict causing this issue on virtual scroll container and implemented a css fix:
Not sure what might be other implications of that fix, but for when virtual scroll is not needed, it seems to do the job.
The text was updated successfully, but these errors were encountered: