From 7855be67503e536cd9b68edb1a6dad9a1987afbe Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Fri, 14 Apr 2023 14:30:14 -0400 Subject: [PATCH] WIP --- .../service-location/service-location.vue | 2 + .../shop-question/shop-question.vue | 47 +++++++------------ 2 files changed, 20 insertions(+), 29 deletions(-) diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index 32ddca9dc..c5525ec54 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -66,8 +66,10 @@ modalWidgetName="MobileLocationModalWidget" /> @@ -161,37 +171,15 @@ export default { .shop-question { margin-top: 1rem !important; text-align: center !important; - //height: fit-content !important; .button-question { .question-text { margin-top: 0.5rem !important; } - // .button-question-overflow { - // height: 100% !important; - - // .overflow-scroll { - // // Height will be determined by overall height of content above list - // height: max-content !important; - // overflow-x: hidden !important; - // -webkit-overflow-scrolling: touch; - // } - // } } } -// .button-question-overflow { -// height: fit-content(100%) !important; - -// .overflow-scroll { -// // Height will be determined by overall height of content above list -// height: inherit !important; -// overflow-x: scroll !important; -// -webkit-overflow-scrolling: touch; -// } -// } - .drop-off-alert { .alert-heading { text-align: left; @@ -203,4 +191,5 @@ export default { padding-left: 1.5rem !important; padding-right: 0.5rem !important; } +