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 was archived by the owner on Jan 24, 2018. It is now read-only.
currently, data-menu-offset can't handle percentage offsets.
I fixed it by changing line 134 to:
//Is it a percentage offset?if(/p$/.test(menuOffset)){targetTop+=(menuOffset.slice(0,-1)/100)*document.documentElement.clientHeight;}else{targetTop+=+menuOffset;}
currently, data-menu-offset can't handle percentage offsets.
I fixed it by changing line 134 to:
Can you add this to the source?