Hey guys,
I’ve scaled my whole web app using the css
* {
zoom: 1.06;
-moz-transform: scale(1.06);
-moz-transform-origin: 0 0;
}
Works, but now the ripple effect has an offset.
How to aboid that?
1 post - 1 participant