From 482c22099b79a005be69e1cc6e6c7a1c3941da48 Mon Sep 17 00:00:00 2001 From: Akansha Arora Date: Fri, 11 Oct 2024 13:53:00 +0530 Subject: [PATCH] MWPW-158455: Promobar overlays with localnav elements in devices (#2991) * Revert "MWPW-156749: Fix video CLS " (#2899) (#2900) Revert "MWPW-156749: Fix video CLS (#2849)" This reverts commit d4134c85979cfbb88a01d331f8d946eb67251de5. * Changing z-index of promobar and popup * Changing z-index of promobar and popup * Reverting z-index to 4 for promobar --------- Co-authored-by: milo-pr-merge[bot] <169241390+milo-pr-merge[bot]@users.noreply.github.com> Co-authored-by: Okan Sahin <39759830+mokimo@users.noreply.github.com> Co-authored-by: Blaine Gunn Co-authored-by: Akansha Arora <> --- libs/blocks/section-metadata/section-metadata.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/blocks/section-metadata/section-metadata.css b/libs/blocks/section-metadata/section-metadata.css index 8b17e07611..893b519c7e 100644 --- a/libs/blocks/section-metadata/section-metadata.css +++ b/libs/blocks/section-metadata/section-metadata.css @@ -205,7 +205,7 @@ .section.sticky-bottom.promo-sticky-section { background: none; - z-index: 40000; + z-index: 4; } .section.sticky-bottom.popup {