diff options
| author | MaheshtheDev <[email protected]> | 2024-09-17 18:46:53 -0700 |
|---|---|---|
| committer | MaheshtheDev <[email protected]> | 2024-09-17 18:46:53 -0700 |
| commit | 3cd859f57b8a9fda0d71cbc1cec02c1f5c5cd8af (patch) | |
| tree | 93e184d64b6fe8e5f86c6af9c2f377c3c14e82d4 | |
| parent | extension: the UI Scroll issue fix (diff) | |
| download | supermemory-3cd859f57b8a9fda0d71cbc1cec02c1f5c5cd8af.tar.xz supermemory-3cd859f57b8a9fda0d71cbc1cec02c1f5c5cd8af.zip | |
fix: extension icon scroll effect with page
| -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 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`, }} |