diff --git a/src/components/Dialogs/confirmDialog.vue b/src/components/Dialogs/confirmDialog.vue index 865ecc0..633fb97 100644 --- a/src/components/Dialogs/confirmDialog.vue +++ b/src/components/Dialogs/confirmDialog.vue @@ -87,6 +87,7 @@ function hideModal(result = null) { } */ .cf-overlay { + z-index: 1000; width: 1140px; min-height: 500px; background: #1a1821; diff --git a/src/components/cart/index.vue b/src/components/cart/index.vue index cf7390d..94ac2b3 100644 --- a/src/components/cart/index.vue +++ b/src/components/cart/index.vue @@ -53,7 +53,7 @@