fix: alignment and zindex thing

This commit is contained in:
rizaldy 2024-02-01 00:45:24 +07:00
parent 922c633a91
commit c0287ad4e0

View File

@ -36,7 +36,7 @@ const Overlay = ({ overlayContent, closeOverlay }) => {
{isOverlayOpen ? ( {isOverlayOpen ? (
<p <p
onClick={closeOverlay} onClick={closeOverlay}
className="fixed right-0 bottom-0 md:mx-5 my-5 text-white rounded text-sm text-center md:text-right w-full" className="fixed right-0 bottom-0 md:mx-5 my-5 text-white rounded text-sm text-center w-full z-30"
> >
Click anywhere or press "Escape" to close Click anywhere or press "Escape" to close
</p> </p>