diff --git a/src/iss-components/cart-dropdown/cart-dropdown.vue b/src/iss-components/cart-dropdown/cart-dropdown.vue
index e160f425..e8018229 100644
--- a/src/iss-components/cart-dropdown/cart-dropdown.vue
+++ b/src/iss-components/cart-dropdown/cart-dropdown.vue
@@ -16,6 +16,7 @@
+
@@ -38,22 +39,26 @@
{{ getDisplayed(baseServicePrice) }}
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -73,8 +78,9 @@ export default {
textBlock,
textLink },
props: {
- showAsPaid: Boolean,
- amountDueLabel: String
+ amountDueLabel: String,
+ recyclingModalCmsWidgetName: String,
+ showAsPaid: Boolean
},
data() {
const { currentDeductible } = useMainStore().order;
diff --git a/src/styles/common-styles.scss b/src/styles/common-styles.scss
index 9cd9ef86..357c14d1 100644
--- a/src/styles/common-styles.scss
+++ b/src/styles/common-styles.scss
@@ -78,6 +78,10 @@ body {
// Prevent scroll when modal is open
&.modal-open {
+ div.page-container-grouped-styles {
+ overflow: hidden;
+ }
+
.fade-on-route-transition {
overflow: hidden;
}