You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repository and believe that this is not a duplicate.
Expected Behavior
Popover with transformOrigin: bottom & anchorOrigin: top is expected to always render just above the anchor
Current Behavior
On rerender, Popover positioning does not change, which leads to it rendering far above the anchor
I believe this can be fixed by setting anchor position with the help of css bottom property instead of top, when transformOrigin is bottom
Expected Behavior
Popover with
transformOrigin
:bottom
&anchorOrigin
:top
is expected to always render just above the anchorCurrent Behavior
On rerender, Popover positioning does not change, which leads to it rendering far above the anchor
I believe this can be fixed by setting anchor position with the help of css
bottom
property instead oftop
, whentransformOrigin
isbottom
Steps to Reproduce
Link:
Context
Your Environment
The text was updated successfully, but these errors were encountered: