mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 11:36:24 +01:00
Merge pull request #287 from Johennes/feature/lightbox
Set explicit height on lightbox container
This commit is contained in:
commit
95b1804a8d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user