- fix modal scroll repeating the background
This commit is contained in:
parent
adfe3a9575
commit
6ee4aae9ed
@ -64,8 +64,8 @@ export default function Home() {
|
|||||||
</div>
|
</div>
|
||||||
</div>}
|
</div>}
|
||||||
{showModal && (
|
{showModal && (
|
||||||
<div className=''>
|
<div style={{height: '100vh'}} className="laptop:px-24 absolute z-10 p-10 overflow-y-auto flex flex-row justify-center">
|
||||||
<div style={{height: '100vh'}} className="laptop:px-24 absolute z-10 p-10 bg-black bg-opacity-30 overflow-y-auto flex flex-row justify-center">
|
<div className=' bg-black bg-opacity-40'>
|
||||||
<div className=" laptop:w-1/2 z-20 bg-black bg-opacity-90 text-white rounded">
|
<div className=" laptop:w-1/2 z-20 bg-black bg-opacity-90 text-white rounded">
|
||||||
<div className="w-full flex flex-row justify-end p-4">
|
<div className="w-full flex flex-row justify-end p-4">
|
||||||
<span className="cursor-pointer" onClick={() => setShowModal(false)}>X</span>
|
<span className="cursor-pointer" onClick={() => setShowModal(false)}>X</span>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user