79775610

Date: 2025-09-26 08:07:12
Score: 0.5
Natty:
Report link

By just looking at your screenshot, the chances are high that you might use some CSS transform property on the component which leads to a scaling "bug" as transform is more for svg graphics than layouting.

for example:

transform: translateY(max(-50%, -50vh));

Try to use flex layouting instead

See: https://github.com/angular/components/issues/10710

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: reifi