foundation-sites: 100% height on body and html breaks document height calculation using off canvas wrap
Foundation 5.1.0 added the following
html, body {
height: 100%; }
This breaks document height calculation when off-canvas-wrap menu is opened (i.e. has .move-right or move-left).
Instead of returning document height, it returns the view port’s (i.e. window) height.
About this issue
- Original URL
- State: closed
- Created 10 years ago
- Comments: 23 (3 by maintainers)
Will Foundation 6 fix this? Does anyone know?