diff --git a/dashboard/src/scss/_override.scss b/dashboard/src/scss/_override.scss index 178c37da6..25f8ec86b 100644 --- a/dashboard/src/scss/_override.scss +++ b/dashboard/src/scss/_override.scss @@ -17,6 +17,11 @@ html { flex: unset; } +.v-overlay.v-snackbar { + --v-layout-left: 0px !important; + --v-layout-right: 0px !important; +} + .customizer-btn .icon { animation: progress-circular-rotate 1.4s linear infinite; transform-origin: center center; diff --git a/dashboard/src/views/ExtensionPage.vue b/dashboard/src/views/ExtensionPage.vue index 05a79a532..13d4eac3b 100644 --- a/dashboard/src/views/ExtensionPage.vue +++ b/dashboard/src/views/ExtensionPage.vue @@ -387,6 +387,7 @@ const { elevation="24" :color="snack_success" v-model="snack_show" + location="bottom center" > {{ snack_message }}