FIX: lightbox wrapper within open details should show.

This commit is contained in:
Jeff Wong 2019-03-08 15:07:22 -08:00
parent c395755051
commit c9fd2679e4

View File

@ -22,7 +22,8 @@ summary:before {
margin-right: 0.25em; margin-right: 0.25em;
} }
details[open] > * { details[open] > *,
details[open] .lightbox-wrapper {
display: block; display: block;
} }