mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-19 07:42:43 +00:00
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:
commit
735dfe99b9
1 changed files with 2 additions and 2 deletions
|
|
@ -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`,
|
||||
}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue