Fix scrollToTop for menu-modal.

This commit is contained in:
Bryan Mauger 2023-10-06 16:03:27 -04:00
parent efdfc368dc
commit 9e849026a7

View file

@ -102,7 +102,7 @@ export default {
}, },
show() { show() {
this.isActive = true; this.isActive = true;
this.scrollToPageTop(); window.scrollTo({ top: 0, left: 0, behavior: "smooth" });
}, },
hide() { hide() {
var self = this; var self = this;