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
Try if this works, first enclose the And then set the following css, If you want to block scrolling, say for a chat client, set body,html{
height:100%;
width:100%;
}
.off-canvas-wrap,.inner-wrap{
height:100%;
}
.page height to 100%. And that would bebody,html{
height:100%;
width:100%;
}
.off-canvas-wrap,.inner-wrap{
height:100%;
}
.page{
height:100%;
}