Fix scrollToTop for menu-modal.
This commit is contained in:
parent
efdfc368dc
commit
9e849026a7
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