From 5d936f4e8120d863d7cabd64c3d38932d7fac49f Mon Sep 17 00:00:00 2001 From: mahdi andalib Date: Thu, 23 Jun 2022 12:32:50 +0430 Subject: [PATCH] iframe fixed --- src/App.scss | 4 ++++ src/views/DeliveryForm/Address/index.js | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/App.scss b/src/App.scss index b788a71..51205d2 100644 --- a/src/App.scss +++ b/src/App.scss @@ -35,6 +35,10 @@ // transform: translateY(-20px) !important; } +iframe { + z-index: 0 !important; +} + @font-face { font-family: Black; src: url("./assets/font/IranSansX/Farsi/Black.ttf"); diff --git a/src/views/DeliveryForm/Address/index.js b/src/views/DeliveryForm/Address/index.js index ee42ce1..4e7c489 100644 --- a/src/views/DeliveryForm/Address/index.js +++ b/src/views/DeliveryForm/Address/index.js @@ -22,7 +22,7 @@ function Address({ const Location = ({ address, active }) => { return isMobile ? (