79394654

Date: 2025-01-28 17:22:06
Score: 3
Natty:
Report link

I have fixed the issue. You can get the code from https://codesandbox.io/p/sandbox/stackoverflow-forked-yc4nkm?file=%2Fsrc%2FTheOverlayTrigger.tsx%3A54%2C63.

Change

state.styles.popper.transform = customTransform;

to

state.styles.popper.top = customTransform.top;

state.styles.popper.left = customTransform.left;

Then it be working. 👍

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Angry Bird