diff --git a/plugins/discourse-details/assets/stylesheets/details.scss b/plugins/discourse-details/assets/stylesheets/details.scss index 27b2c25f1b5..847577af45a 100644 --- a/plugins/discourse-details/assets/stylesheets/details.scss +++ b/plugins/discourse-details/assets/stylesheets/details.scss @@ -22,7 +22,8 @@ summary:before { margin-right: 0.25em; } -details[open] > * { +details[open] > *, +details[open] .lightbox-wrapper { display: block; }