fix: extension icon scroll effect with page

This commit is contained in:
MaheshtheDev 2024-09-17 18:46:53 -07:00
parent 01232e2d81
commit 3cd859f57b

View file

@ -363,7 +363,7 @@ export default function ContentApp({
onClick={async () => await getSpaces()}
asChild
style={{
position: "absolute",
position: "fixed",
right: "10px",
bottom: `${position.y}px`,
}}