improve(ui): share-dialog: click outside of dialog closes the window
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user