Merge pull request #292 from supermemoryai/extension/drag-and-dismiss

fix: Extension UI fix and Scroll issue with the page scroll
This commit is contained in:
Dhravya Shah 2024-09-17 20:41:38 -07:00 committed by GitHub
commit 735dfe99b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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