From 2d025de7b4f344af8952a78157da1dfccc69a66f Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Mon, 10 Apr 2023 14:47:40 -0400 Subject: [PATCH] Fix syntax error. --- src/layouts/service-location/service-location.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index dcd54cf5..ae932ac0 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -81,7 +81,7 @@ export default { .fade-on-route-transition { margin-bottom: 100px; } -.page-container-grouped-styles +.page-container-grouped-styles { overflow: auto; }