> Done some research. The incanvas feature always used `inherit`, without explicit reasons given. Most font properties should inherit but not `background`, `width`, `overflow`, `transition` as this is not their default value. I'll replace all of them.
See https://github.com/zurb/foundation-sites/pull/11141#discussion_r180879166
visibility: visible;
height: auto;
position: static;
- background: inherit;
+ background: none;
width: auto;
- overflow: inherit;
- transition: inherit;
+ overflow: visible;
+ transition: none;
// Increase CSS specificity
&.position-left,