Ensure that the metadata overlay is on top of all overlays
This commit is contained in:
parent
a771546ee8
commit
9accf63fdb
1 changed files with 2 additions and 2 deletions
|
@ -479,11 +479,11 @@
|
||||||
margin-bottom: -3px;
|
margin-bottom: -3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// With an image and no caption, this section needs to be on top of the image
|
// With an image and no caption, this section needs to be on top of the image overlay
|
||||||
.module-message__metadata--with-image-no-caption {
|
.module-message__metadata--with-image-no-caption {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 9px;
|
bottom: 9px;
|
||||||
z-index: 1;
|
z-index: 2;
|
||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
// Because this is absolutely positioned, we 100% is too big, take it down by parent
|
// Because this is absolutely positioned, we 100% is too big, take it down by parent
|
||||||
|
|
Loading…
Add table
Reference in a new issue