iframe fixed

temp
mahdi andalib 2 years ago
parent c831931083
commit 5d936f4e81
  1. 4
      src/App.scss
  2. 2
      src/views/DeliveryForm/Address/index.js

@ -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");

@ -22,7 +22,7 @@ function Address({
const Location = ({ address, active }) => {
return isMobile ? (
<button
className={`flex flex-col border-2 border-solid items-center w-full px-3 py-2 rounded-md mt-2 transition-all duration-500 dark:bg-opacity-5 ${
className={`flex flex-col border-2 border-solid items-center w-full px-3 py-2 rounded-md mt-2 transition-all duration-500 dark:bg-opacity-5 ${
userAddressId === address?.id
? "bg-blueC0 bg-opacity-5 border-blueC0"
: "bg-grayF9 border-gray-200 dark:border-gray-500"

Loading…
Cancel
Save