update frontend
This commit is contained in:
parent
7c5fbf5077
commit
68b859ccf5
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue