diff --git a/src/components/data/PropsSalesOverviewCharts/dialog.vue b/src/components/data/PropsSalesOverviewCharts/dialog.vue
index ec10e75..75cce3c 100644
--- a/src/components/data/PropsSalesOverviewCharts/dialog.vue
+++ b/src/components/data/PropsSalesOverviewCharts/dialog.vue
@@ -5,6 +5,8 @@
:visible="true"
:before-close="handleClose"
:close-on-click-modal="false"
+ :modal-append-to-body="true"
+ :append-to-body="true"
width="80%"
>
diff --git a/src/components/data/UserRegistrationOverviewCharts/dialog.vue b/src/components/data/UserRegistrationOverviewCharts/dialog.vue
index b1cd95b..014ed0b 100644
--- a/src/components/data/UserRegistrationOverviewCharts/dialog.vue
+++ b/src/components/data/UserRegistrationOverviewCharts/dialog.vue
@@ -5,6 +5,8 @@
:visible="true"
:before-close="handleClose"
:close-on-click-modal="false"
+ :modal-append-to-body="true"
+ :append-to-body="true"
width="80%"
>