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
If you check with Firefox version 57 (not sure how far back this goes but apparently it's fine on version 47) even the demo on your website is severely affected due to CSS transitions on the menubar items.
Workaround is to remove or override overflow properties from [off-canvas] and apply them to a wrapper <div> inside for your content:
Filed a bug report here: https://bugzilla.mozilla.org/show_bug.cgi?id=1431893
If you check with Firefox version 57 (not sure how far back this goes but apparently it's fine on version 47) even the demo on your website is severely affected due to CSS transitions on the menubar items.
Workaround is to remove or override overflow properties from
[off-canvas]
and apply them to a wrapper<div>
inside for your content:The text was updated successfully, but these errors were encountered: