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 the same problems and this is what i've done:
i put .off-convas-wrapper , .inner-wrapper and aside out of my main content and just use .right(left)-off-canvas-toggle inside my body and my problem has solved. with this way i dont need contents anymore.
BTW i put .exit-off-canvas at the end of my main content befor closing inner-wrapper tag