From 9accf63fdb66fb008732e5b9f3e5619d77da9719 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Tue, 7 Aug 2018 14:54:08 -0700 Subject: [PATCH] Ensure that the metadata overlay is on top of all overlays --- stylesheets/_modules.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index 986ba446d..7bf1f5187 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -479,11 +479,11 @@ 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 { position: absolute; bottom: 9px; - z-index: 1; + z-index: 2; width: 100%; // Because this is absolutely positioned, we 100% is too big, take it down by parent