overlap not supported in foundation 5.2.1
Closed this issue · 2 comments
We're using foundation5-sass
meteorite which appears to be the newest foundation 5 meteorite that supports SASS for styling. Otherwise we have to edit the CSS in the meteorite package contents, which isn't really what we want to do.
foundation5-sass
presently runs foundation 5.2.1. That version does not support the open_method
option documented in Optional Javascript Configuration
.
http://foundation.zurb.com/docs/components/offcanvas.html
Lacking the open_method
option, Foundation will move the contents over rather than overlap them.
The style guides prepared for us imply we want that menu to overlap.
It looks like we might have solved this problem using CSS Flexbox.
Commit not yet on master, but: e1ea117
Commit is now in master. CSS Flexbox has obviated the need for the updated version of Foundation.