I've seen the question asking the difference between height: 100%;
and height: auto;
, but what's the difference between height: 100%;
and height: inherit;
?
I basically want this element's height to fill/match it's container. Would there be a reason to use 100%
over inherit
or vice versa?