fix pepe theme z-index bugs

This commit is contained in:
saml33 2023-11-20 12:32:18 +11:00
parent b8299c7b12
commit a09c517792
2 changed files with 2 additions and 2 deletions

View File

@ -142,7 +142,7 @@ const SwapForm = () => {
/>
</EnterBottomExitBottom>
<EnterBottomExitBottom
className="thin-scroll absolute bottom-0 left-0 z-10 h-full w-full overflow-auto bg-th-bkg-1 p-6 pb-0"
className="thin-scroll absolute bottom-0 left-0 z-20 h-full w-full overflow-auto bg-th-bkg-1 p-6 pb-0"
show={showSettings}
>
<SwapSettings onClose={() => setShowSettings(false)} />

View File

@ -628,7 +628,7 @@ const SwapReviewRouteInfo = ({
outputTokenInfo &&
amountOut ? (
<Transition
className="absolute right-0 top-0 z-10 h-full w-full bg-th-bkg-1 pb-0"
className="absolute right-0 top-0 z-20 h-full w-full bg-th-bkg-1 pb-0"
show={show}
enter="transition ease-in duration-300"
enterFrom="-translate-x-full"