alicelieutier/smoothScroll

The offset is not correct

Opened this issue · 1 comments

goPosition (selector, flag, event) {
event.preventDefault();
this.currentFlag = flag;
var anchor = this.$el.querySelector(selector);
smoothScroll(anchor, 500, null, this.$refs.scrollView);
}
I am using the context,but The offset is not correct

Hi @qingwufengyang Can you give more details? What do you mean by the offset. Are you talking about a similar problem to #31 ? Or is it something different?