improve(ui): share-dialog: click outside of dialog closes the window

This commit is contained in:
Edouard Vanbelle
2026-04-25 00:12:02 +02:00
parent fc8e529e7d
commit 35fc9a0619
3 changed files with 12 additions and 14 deletions
-8
View File
@@ -213,10 +213,6 @@
animation: modalFadeIn 0.2s ease;
}
.shared-dialog.active {
display: flex;
}
.shared-dialog-content {
background-color: var(--color-bg-surface);
border-radius: 16px;
@@ -599,10 +595,6 @@
z-index: 1000;
}
.dialog.active {
display: flex;
}
.dialog-content {
background-color: var(--color-bg-surface);
border-radius: 10px;