From 2ea10ae065935930a34e4ecb12f82b7ab6c8a572 Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Thu, 29 May 2025 12:49:38 +0530 Subject: [PATCH] fix: Snackbar notifications hidden behind modal dialogs (#11616) --- .../dashboard/components/Snackbar.vue | 4 +- .../components/SnackbarContainer.vue | 108 ++++++++++-------- 2 files changed, 61 insertions(+), 51 deletions(-) diff --git a/app/javascript/dashboard/components/Snackbar.vue b/app/javascript/dashboard/components/Snackbar.vue index 3a23a15ef..0404c4ba8 100644 --- a/app/javascript/dashboard/components/Snackbar.vue +++ b/app/javascript/dashboard/components/Snackbar.vue @@ -20,7 +20,7 @@ export default {