I\'m using Foundation\'s off-canvas navigation, attempting to make a navigation that takes up the full height of the device.
By default, the height of the menu opti
I had to hack the JS a bit, I found that depending on when the content is taller than the browser/device height or does not push to 100% height there were issues. Here’s my suggested fix: https://github.com/zurb/foundation/issues/3800