You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 20, 2021. It is now read-only.
kaermorchen: @acoustep a property "revealClass" not work in zf-off-canvas component.I try to do {{#zf-off-canvas revealClass="reveal-for-large" as |section| }} but class 'reveal-for-large' not added to element '.off-canvas.position-left'
GCheung55:
Adding revealClass="reveal-for-large" for with [email protected] isn't working either. I just tried it on the dummy app.
What did work was going into addon/templates/components/zf-off-canvas.hbs and adding reveal-for-large class to the elements with off-canvas class.
From a comment in #20:
I think we should rethink how
zf-off-canvas
works - maybe make it more composable with component closures?The text was updated successfully, but these errors were encountered: