1
0
Fork 0

wip(shared): Work on modal menu

This commit is contained in:
joostdecock 2023-04-09 15:57:25 +02:00
parent aaef2a5b4a
commit dbab735eeb
16 changed files with 327 additions and 32 deletions

View file

@ -85,7 +85,7 @@ export const PageWrapper = ({
<div
className={`fixed top-0 left-0 m-0 p-0 shadow drop-shadow-lg w-full h-screen
bg-base-100 bg-opacity-95 z-50 hover:cursor-pointer
flex flex-row items-center justify-center
flex flex-row justify-center overflow-auto
`}
onClick={() => app.updateState('modal', false)}
>