Merge pull request #1383 from Safelite/BRM-fix-scrollTo-in-menu-modal
Fix scrollToTop for menu-modal.
This commit is contained in:
commit
576555f0dc
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ export default {
|
|||
},
|
||||
show() {
|
||||
this.isActive = true;
|
||||
this.scrollToPageTop();
|
||||
window.scrollTo({ top: 0, left: 0, behavior: "smooth" });
|
||||
},
|
||||
hide() {
|
||||
var self = this;
|
||||
|
|
|
|||
Loading…
Reference in a new issue