Merge pull request #287 from Johennes/feature/lightbox

Set explicit height on lightbox container
This commit is contained in:
Bruno Windels 2021-03-23 10:11:13 +00:00 committed by GitHub
commit 95b1804a8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,6 +117,9 @@ main {
left: 0;
right: 0;
z-index: 1;
/* Safari requires an explicit height on the container to prevent picture content from collapsing */
box-sizing: border-box;
height: 100%;
}
.TimelinePanel {