FIX: lightbox wrapper within open details should show.
This commit is contained in:
parent
cbc8236288
commit
44a43878a5
|
@ -22,7 +22,8 @@ summary:before {
|
|||
margin-right: 0.25em;
|
||||
}
|
||||
|
||||
details[open] > * {
|
||||
details[open] > *,
|
||||
details[open] .lightbox-wrapper {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue