UX: close summary modal on click outside (#1050)

This commit is contained in:
Kris 2025-01-07 11:24:27 -05:00 committed by GitHub
parent 61758ff8a6
commit 749af40fad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,5 +23,5 @@ html.scrollable-modal {
}
.ai-summary-modal + .d-modal__backdrop {
display: none;
background: transparent; // allows for reading, but still triggers clickoutside event
}