mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-09 22:31:10 +00:00
fix legend position in memories tab
This commit is contained in:
parent
87513e5e9c
commit
4df114e615
1 changed files with 1 additions and 1 deletions
|
|
@ -644,7 +644,7 @@ export function MemoryGraph({
|
|||
|
||||
const bottomLeftStackStyle: React.CSSProperties = {
|
||||
position: "absolute",
|
||||
bottom: containerSize.width > 0 && containerSize.width < 768 ? 132 : 16,
|
||||
bottom: 16,
|
||||
left: 16,
|
||||
zIndex: 20,
|
||||
display: "flex",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue