update frontend

This commit is contained in:
Your Name 2025-12-13 02:31:28 -05:00
parent 7c5fbf5077
commit 68b859ccf5
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ export function applyOcclusionForExpanded(markersRef, expandedEl) {
const PAD_X = 26; // left/right const PAD_X = 26; // left/right
const PAD_TOP = 20; // top const PAD_TOP = 20; // top
const PAD_BOTTOM = 42; // bottom (pointer + nearby) const PAD_BOTTOM = 95; // more bottom padding (image + actions + comments)
const raw = expandedCard.getBoundingClientRect(); const raw = expandedCard.getBoundingClientRect();
const expandedRect = { const expandedRect = {