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
md-dialog-content should be optimized and should not repaint on scroll
What is the current behavior?
md-dialog-content is not optimized and repaint on scroll
What are the steps to reproduce?
What is the use-case or motivation for changing an existing behavior?
Angular Material has several performance issues which I think should be addressed.
The web is already slow, no need to make it any slower.
Consider using will-change: transform;
Which versions of Angular, Material, OS, TypeScript, browsers are affected?