aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaheshtheDev <[email protected]>2024-09-17 18:10:38 -0700
committerMaheshtheDev <[email protected]>2024-09-17 18:10:38 -0700
commit01232e2d81f51a35bda8b9514dba0ba1be3e248b (patch)
tree948b9688d21d3bc7eb081c8f3c67b3d45b33351a
parentfix: icon images issue (diff)
downloadsupermemory-01232e2d81f51a35bda8b9514dba0ba1be3e248b.tar.xz
supermemory-01232e2d81f51a35bda8b9514dba0ba1be3e248b.zip
extension: the UI Scroll issue fix
-rw-r--r--apps/extension/content/ContentApp.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/extension/content/ContentApp.tsx b/apps/extension/content/ContentApp.tsx
index 0002fa6d..f685ab3f 100644
--- a/apps/extension/content/ContentApp.tsx
+++ b/apps/extension/content/ContentApp.tsx
@@ -350,7 +350,7 @@ export default function ContentApp({
};
return (
- <div className="flex justify-end items-end min-h-screen h-full w-full">
+ <div className="flex justify-end items-end h-full w-full">
<Toaster />
<Popover