FIX: lightbox wrapper within open details should show.

This commit is contained in:
Jeff Wong 2019-03-08 15:07:22 -08:00
parent cbc8236288
commit 44a43878a5
1 changed files with 2 additions and 1 deletions

View File

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