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 Sep 16, 2019. It is now read-only.
I set the mobile "Off Canvis" nav to be sticky. This works perfectly. <div class="title-bar sticky" data-sticky data-options="marginTop: 0; stickyOn: small; scrolltop: false">
My issue is that when I click the hamburger it forces me to the top of the page. I checked the code in foundation.offcanvis.js and found the following set to True:
Force the page to scroll to top on open. @option @example true forceTop: false,
I set it to false and it's still forcing the page to the top. I've looked around but I'm out of ideas. Any suggestions? Thanks
Please List the Following:
Windows 10 + Xampp:
Node version (node -v) [Node v4+ is required] : 4.3.3
Foundation version (bower list) : 6.2.0
The text was updated successfully, but these errors were encountered:
How can this bug be reproduced?
I set the mobile "Off Canvis" nav to be sticky. This works perfectly.
<div class="title-bar sticky" data-sticky data-options="marginTop: 0; stickyOn: small; scrolltop: false">
My issue is that when I click the hamburger it forces me to the top of the page. I checked the code in foundation.offcanvis.js and found the following set to True:
Force the page to scroll to top on open.
@option
@example true
forceTop: false,
I set it to false and it's still forcing the page to the top. I've looked around but I'm out of ideas. Any suggestions? Thanks
Please List the Following:
The text was updated successfully, but these errors were encountered: