Hello, I'm working on an Angular design (2 and 4) and Materialize + Angular Material. The problem is, I can not apply the zoom CSS property. Where in Chrome everything is ok but in Firefox it does not have this property. Which alternative can I use in this case?
In Firefox it looks like this:
Chromehasthesamebug,butifIzoominat80%,itfits:
ExampleofCSScodeusedtotweakinChrome:
@mediaonlyscreenand(max-width:1366px){html{zoom:80%;}}
Itriedtouse***transform:scale*butitdidnotsolveit(gavemargininthe4corners),see:**