hi everyone,
i just discovered that Fit WIndow breaks if you set -moz-box-sizing. for those not familiar with this mozilla-only css setting. the same goes for box-sizing (css3).
* {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
does anyone know why this is?
i just discovered that Fit WIndow breaks if you set -moz-box-sizing. for those not familiar with this mozilla-only css setting. the same goes for box-sizing (css3).
* {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
does anyone know why this is?