Rob Shelford

Results 3 comments of Rob Shelford

```scss .mat-mdc-form-field-infix { backface-visibility: hidden; } ``` Adding this to my `styles.scss` fixed the issue for me. Ridiculous that this is even an issue.

It seems this is not limited to `.html` I am currently going through an ASP.NET course on Microsoft and it seems there is syntax highlighting issues with their own examples....