Merge pull request #287 from Johennes/feature/lightbox
Set explicit height on lightbox container
This commit is contained in:
commit
95b1804a8d
1 changed files with 3 additions and 0 deletions
|
@ -117,6 +117,9 @@ main {
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
/* Safari requires an explicit height on the container to prevent picture content from collapsing */
|
||||||
|
box-sizing: border-box;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.TimelinePanel {
|
.TimelinePanel {
|
||||||
|
|
Reference in a new issue