aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaheshtheDev <[email protected]>2024-09-17 18:46:53 -0700
committerMaheshtheDev <[email protected]>2024-09-17 18:46:53 -0700
commit3cd859f57b8a9fda0d71cbc1cec02c1f5c5cd8af (patch)
tree93e184d64b6fe8e5f86c6af9c2f377c3c14e82d4
parentextension: the UI Scroll issue fix (diff)
downloadsupermemory-3cd859f57b8a9fda0d71cbc1cec02c1f5c5cd8af.tar.xz
supermemory-3cd859f57b8a9fda0d71cbc1cec02c1f5c5cd8af.zip
fix: extension icon scroll effect with page
-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 f685ab3f..9d56b420 100644
--- a/apps/extension/content/ContentApp.tsx
+++ b/apps/extension/content/ContentApp.tsx
@@ -363,7 +363,7 @@ export default function ContentApp({
onClick={async () => await getSpaces()}
asChild
style={{
- position: "absolute",
+ position: "fixed",
right: "10px",
bottom: `${position.y}px`,
}}