diff options
| author | Dhravya Shah <[email protected]> | 2024-07-02 16:39:47 -0500 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2024-07-02 16:39:47 -0500 |
| commit | 31bc48fa4f73fd12e7af09162088c87c5b99c1a9 (patch) | |
| tree | 8cd48591670afdd61e9efcc4694fa711bff4016e /apps/web | |
| parent | add sharedtypes back to package.json (diff) | |
| download | supermemory-31bc48fa4f73fd12e7af09162088c87c5b99c1a9.tar.xz supermemory-31bc48fa4f73fd12e7af09162088c87c5b99c1a9.zip | |
attempt to make the add modal more accessible
Diffstat (limited to 'apps/web')
| -rw-r--r-- | apps/web/app/(dash)/menu.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/(dash)/menu.tsx b/apps/web/app/(dash)/menu.tsx index b72efce1..11738391 100644 --- a/apps/web/app/(dash)/menu.tsx +++ b/apps/web/app/(dash)/menu.tsx @@ -178,7 +178,7 @@ function Menu() { </div> </div> - <DialogContent className="sm:max-w-[425px] rounded-2xl bg-[#161f2a]/40 backdrop-blur-md"> + <DialogContent className="sm:max-w-[425px] rounded-2xl bg-background z-[39] backdrop-blur-md"> <form action={async (e: FormData) => { const content = e.get("content")?.toString(); |