aboutsummaryrefslogtreecommitdiff
path: root/apps/web
diff options
context:
space:
mode:
authorDhravya Shah <[email protected]>2024-07-02 16:39:47 -0500
committerDhravya Shah <[email protected]>2024-07-02 16:39:47 -0500
commit31bc48fa4f73fd12e7af09162088c87c5b99c1a9 (patch)
tree8cd48591670afdd61e9efcc4694fa711bff4016e /apps/web
parentadd sharedtypes back to package.json (diff)
downloadsupermemory-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.tsx2
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();