Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Firefox uses different `box-sizing` and `height` values to all other browsers. Firefox doesn't currently support `box-sizing` without the `-moz-` prefix, so we use both the vendor-prefixed and unprefixed properties to ensure that it matches the `content-box` value of other browsers. It also requires the `height` to be set to `0`. Fix necolasgh-133
- Loading branch information