Description
Firefox does not support the height/min-height/max-height properties, only width. See test case, Firefox bug.
-- From caniuse
Version
1.22.1
Keyword
- minify
- firefox
- unsupported properties
Code
html {
min-height: 100vh;
min-height: -webkit-fill-available;
}
Playground
Expacted result
min-height: 100vh; should be preserved
Actual result
min-height: 100vh; is removed