From c6c7a548b7f3b6f4f4bfa54bdffb1426749f0457 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Fri, 14 Apr 2023 13:48:55 -0400 Subject: [PATCH] WIP --- src/layouts/service-location/shop-question/shop-question.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/service-location/shop-question/shop-question.vue b/src/layouts/service-location/shop-question/shop-question.vue index 5d6eaba7f..c9286b585 100644 --- a/src/layouts/service-location/shop-question/shop-question.vue +++ b/src/layouts/service-location/shop-question/shop-question.vue @@ -140,7 +140,7 @@ export default { } await this.$nextTick(); - window.scrollTo(0,document.body.scrollHeight); + window.scrollTo(0, document.body.scrollHeight); // const shopQuestion = document.getElementsByClassName("shop-question")[0];