From 264e362e06348d0b667fb6492ff5be7499b0a3b9 Mon Sep 17 00:00:00 2001 From: Sodbileg Gansukh Date: Mon, 4 Nov 2024 19:41:16 +0800 Subject: [PATCH] Fixed sticky unsubscribe from all button on mobile (#21514) ref DES-785 --- apps/portal/src/components/common/ProductsSection.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/portal/src/components/common/ProductsSection.js b/apps/portal/src/components/common/ProductsSection.js index f3136bbfcb..9bc2db6fba 100644 --- a/apps/portal/src/components/common/ProductsSection.js +++ b/apps/portal/src/components/common/ProductsSection.js @@ -462,11 +462,11 @@ export const ProductsSectionStyles = () => { min-width: unset; } - .gh-portal-btn-product { + .gh-portal-btn-product:not(.gh-portal-btn-unsubscribe) { position: static; } - .gh-portal-btn-product::before { + .gh-portal-btn-product:not(.gh-portal-btn-unsubscribe)::before { display: none; } }