diff --git a/islands/stamping/src20/deploy/DeployContent.tsx b/islands/stamping/src20/deploy/DeployContent.tsx index 1abaeef58..1e4b7b282 100644 --- a/islands/stamping/src20/deploy/DeployContent.tsx +++ b/islands/stamping/src20/deploy/DeployContent.tsx @@ -257,7 +257,7 @@ export function DeployContent( const titlePurpleLDCenter = "inline-block w-full mobileMd:-mb-3 mobileLg:mb-0 text-3xl mobileMd:text-4xl mobileLg:text-5xl font-black purple-gradient3 text-center"; const feeSelectorContainer = - "p-3 mobileMd:p-6 dark-gradient rounded-lg z-[10] w-full"; + "p-3 mobileMd:p-6 dark-gradient rounded-lg w-full"; const tooltipButton = "absolute left-1/2 -translate-x-1/2 bg-[#000000BF] px-2 py-1 rounded-sm mb-1 bottom-full text-[10px] mobileLg:text-xs text-stamp-grey-light whitespace-nowrap transition-opacity duration-300"; const tooltipImage = diff --git a/islands/stamping/src20/mint/MintContent.tsx b/islands/stamping/src20/mint/MintContent.tsx index 90a8464e6..70d922f57 100644 --- a/islands/stamping/src20/mint/MintContent.tsx +++ b/islands/stamping/src20/mint/MintContent.tsx @@ -71,8 +71,7 @@ interface SearchResult { const bodyTools = "flex flex-col w-full items-center gap-3 mobileMd:gap-6"; const titlePurpleLDCenter = "inline-block w-full mobileMd:-mb-3 mobileLg:mb-0 text-3xl mobileMd:text-4xl mobileLg:text-5xl font-black purple-gradient3 text-center"; -const feeSelectorContainer = - "p-3 mobileMd:p-6 dark-gradient rounded-lg z-[10] w-full"; +const feeSelectorContainer = "p-3 mobileMd:p-6 dark-gradient rounded-lg w-full"; const inputFieldContainer = "flex flex-col gap-3 mobileMd:gap-6 p-3 mobileMd:p-6 dark-gradient rounded-lg w-full"; diff --git a/islands/stamping/src20/transfer/TransferContent.tsx b/islands/stamping/src20/transfer/TransferContent.tsx index 0d97de339..47ff117eb 100644 --- a/islands/stamping/src20/transfer/TransferContent.tsx +++ b/islands/stamping/src20/transfer/TransferContent.tsx @@ -23,8 +23,7 @@ const inputFieldContainer = "flex flex-col gap-3 mobileMd:gap-6 p-3 mobileMd:p-6 dark-gradient rounded-lg w-full"; const inputField2col = "flex flex-col mobileMd:flex-row gap-3 mobileMd:gap-6 w-full"; -const feeSelectorContainer = - "p-3 mobileMd:p-6 dark-gradient rounded-lg z-[10] w-full"; +const feeSelectorContainer = "p-3 mobileMd:p-6 dark-gradient rounded-lg w-full"; export function TransferContent( { trxType = "olga" }: { trxType?: "olga" | "multisig" } = { trxType: "olga" }, diff --git a/islands/stamping/stamp/OlgaContent.tsx b/islands/stamping/stamp/OlgaContent.tsx index 0726d3bac..760b86539 100644 --- a/islands/stamping/stamp/OlgaContent.tsx +++ b/islands/stamping/stamp/OlgaContent.tsx @@ -926,7 +926,7 @@ export function OlgaContent() { const titlePurpleLDCenter = "inline-block w-full mobileMd:-mb-3 mobileLg:mb-0 text-3xl mobileMd:text-4xl mobileLg:text-5xl font-black purple-gradient3 text-center"; const feeSelectorContainer = - "p-3 mobileMd:p-6 dark-gradient rounded-lg z-[10] w-full"; + "p-3 mobileMd:p-6 dark-gradient rounded-lg w-full"; const tooltipButton = "absolute left-1/2 -translate-x-1/2 bg-[#000000BF] px-2 py-1 rounded-sm mb-1 bottom-full text-[10px] mobileLg:text-xs text-stamp-grey-light whitespace-nowrap transition-opacity duration-300"; const tooltipImage =