We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7438d77 commit e9417baCopy full SHA for e9417ba
frontend/src/components/landing/LandingLinkModal.tsx
@@ -10,7 +10,7 @@ const LandingLinkModal = ({ close }: { close: () => void }) => {
10
11
return (
12
<div
13
- className="top-0 left-0 absolute w-screen h-screen flex justify-center items-center bg-black bg-opacity-30"
+ className="top-0 left-0 absolute w-screen h-screen flex justify-center items-center bg-black bg-opacity-30 z-50"
14
onClick={handleCloseClick}
15
>
16
<div className="w-[40.625rem] bg-white flex flex-col p-9 gap-9 rounded-lg shadow-box">
0 commit comments