From c339761a35552bf67cb0159b3981f7228fc76caa Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Mon, 28 Mar 2022 15:53:13 +0200 Subject: [PATCH] Removed input auto-zoom for mobile --- ghost/portal/public/index.html | 2 +- ghost/portal/src/App.js | 2 +- ghost/portal/src/components/common/ProductsSection.js | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ghost/portal/public/index.html b/ghost/portal/public/index.html index aa069f27cb..7de1caea2e 100644 --- a/ghost/portal/public/index.html +++ b/ghost/portal/public/index.html @@ -3,7 +3,7 @@ - + { .gh-portal-product-card { min-width: unset; } + + .gh-portal-btn-product { + position: static; + } } @media (max-width: 370px) {