fix legend position in memories tab

This commit is contained in:
ved015 2026-05-23 19:12:08 +05:30
parent 87513e5e9c
commit 4df114e615

View file

@ -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",