Popover content element wrapper dynamic transform issues #2411
Unanswered
yevhendevbox
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I’m having some issues making the popover work as intended by the design.
It seems like the
transformproperty on the[data-reka-popper-content-wrapper]element is causing gaps in the styling.This property appears to be calculated dynamically, and the values are not rounded, for example:
translate(265.5px, 26px)(like this for example)Because of this, gaps appear between the shadow pseudo-element and the content container:
if i changin values for rounded, everything works as it should:
Any tips on how to fix this?
Thanks for your time — any help is highly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions