diff options
| author | MaheshtheDev <[email protected]> | 2024-09-17 18:10:38 -0700 |
|---|---|---|
| committer | MaheshtheDev <[email protected]> | 2024-09-17 18:10:38 -0700 |
| commit | 01232e2d81f51a35bda8b9514dba0ba1be3e248b (patch) | |
| tree | 948b9688d21d3bc7eb081c8f3c67b3d45b33351a | |
| parent | fix: icon images issue (diff) | |
| download | supermemory-01232e2d81f51a35bda8b9514dba0ba1be3e248b.tar.xz supermemory-01232e2d81f51a35bda8b9514dba0ba1be3e248b.zip | |
extension: the UI Scroll issue fix
| -rw-r--r-- | apps/extension/content/ContentApp.tsx | 2 |
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 |