style(DialogWidget): remove backdrop filter for non-modal overlay

- Updated the non-modal dialog overlay to have no backdrop filter, enhancing visual clarity.
- Set the modal property to false in MessagesDialog to ensure proper dialog behavior.
This commit is contained in:
Torsten Schulz (local)
2026-03-27 15:17:18 +01:00
parent 02c510afe6
commit ee21be082b
2 changed files with 2 additions and 1 deletions

View File

@@ -195,6 +195,7 @@ export default {
.dialog-overlay.non-modal {
background: transparent;
backdrop-filter: none;
pointer-events: none;
}