Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 749af40

Browse files
authored
UX: close summary modal on click outside (#1050)
1 parent 61758ff commit 749af40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/stylesheets/modules/summarization/desktop/ai-summary.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ html.scrollable-modal {
2323
}
2424

2525
.ai-summary-modal + .d-modal__backdrop {
26-
display: none;
26+
background: transparent; // allows for reading, but still triggers clickoutside event
2727
}

0 commit comments

Comments
 (0)