WIP Fix querySelector error.
This commit is contained in:
parent
92f1c58007
commit
1f51638720
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ export default {
|
||||||
show() {
|
show() {
|
||||||
this.currentFooterAndHeaderHeight = this.getFooterInfoBoxHeight() + 72;
|
this.currentFooterAndHeaderHeight = this.getFooterInfoBoxHeight() + 72;
|
||||||
this.isActive = true;
|
this.isActive = true;
|
||||||
document.querySelector('.fade-on-route-transition,.page-container-grouped-styles').scrollTo({
|
document.querySelector('.fade-on-route-transition','.page-container-grouped-styles').scrollTo({
|
||||||
top: 0, behavior: 'instant'
|
top: 0, behavior: 'instant'
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue