From 6cbcf9d95f2929745d187a5ab78187111b7d65a2 Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Fri, 27 Mar 2026 15:21:57 +0100 Subject: [PATCH] style(DialogWidget): update dialog overlay class for improved modal handling - Changed the class binding for the dialog overlay to differentiate between modal and non-modal states, enhancing visual clarity. - Introduced a new class for non-modal dialogs to ensure proper positioning and z-index management. --- frontend/src/components/DialogWidget.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/DialogWidget.vue b/frontend/src/components/DialogWidget.vue index 2654673..513fce7 100644 --- a/frontend/src/components/DialogWidget.vue +++ b/frontend/src/components/DialogWidget.vue @@ -1,5 +1,5 @@