From 3cd859f57b8a9fda0d71cbc1cec02c1f5c5cd8af Mon Sep 17 00:00:00 2001 From: MaheshtheDev Date: Tue, 17 Sep 2024 18:46:53 -0700 Subject: fix: extension icon scroll effect with page --- apps/extension/content/ContentApp.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`, }} -- cgit v1.2.3