From 303e7286a20e9beb872971ee7cb7ac9b38b4f750 Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Mon, 25 Apr 2022 22:50:16 +0200 Subject: [PATCH] Fixed current plan button z-index bug --- ghost/portal/src/components/common/ProductsSection.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ghost/portal/src/components/common/ProductsSection.js b/ghost/portal/src/components/common/ProductsSection.js index 9b92e5d839..7bff1e6599 100644 --- a/ghost/portal/src/components/common/ProductsSection.js +++ b/ghost/portal/src/components/common/ProductsSection.js @@ -339,6 +339,7 @@ export const ProductsSectionStyles = ({site}) => { letter-spacing: 0.2px; font-weight: 500; background: #f0f0f0; + z-index: 900; } .gh-portal-product-card.only-free {