ShowDetails: Fixing firefox view when no backdrop exists

This commit is contained in:
Zoe Roux 2021-11-11 14:55:47 +01:00
parent 326c9aa9d3
commit c82739cad8

View File

@ -13,6 +13,12 @@ a
margin-top: -68px; margin-top: -68px;
position: relative; position: relative;
z-index: -1; z-index: -1;
min-height: 20vh;
@include media-breakpoint-up(md)
{
min-height: 60vh;
}
> img > img
{ {