Last Updated: February 25, 2016
·
678
· brendo

Foundation 5.2.3 Offcanvas

Have you recently upgraded to Foundation 5.2.3 and noticed your Off Canvas has stopped working?

Thankfully, it's pretty simple to fix as you just need to add a new data attribute, data-offcanvas to your .off-canvas-wrap element.


<div class='off-canvas-wrap' data-offcanvas>
    <!-- your usual HTML -->
</div>

Done!