WIP update target class.

This commit is contained in:
Bryan Mauger 2023-04-10 13:42:54 -04:00
parent 4a3c61da1b
commit b96216a8ea

View file

@ -78,7 +78,7 @@ export default {
show() {
this.currentFooterAndHeaderHeight = this.getFooterInfoBoxHeight() + 72;
this.isActive = true;
document.querySelector('.page-container-grouped-styles').scrollTo({
document.querySelector('.fade-on-route-transition').scrollTo({
top: 0, behavior: 'instant'
});
},