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
Popover content will miss after resizing the window.
Reproduce step:
Open popover
resize the browser
Open popover again, the popover will disappear
Root Cause:
After the popover content has displayed in dom, resize the window will cause popover content has a wrong position. It might cause by monitorWindowResize={true} in the Popover component.
Example
Please see the recording:
The text was updated successfully, but these errors were encountered:
Issue
Popover content will miss after resizing the window.
Reproduce step:
Root Cause:
After the popover content has displayed in dom, resize the window will cause popover content has a wrong position. It might cause by
monitorWindowResize={true}
in thePopover
component.Example
Please see the recording:
The text was updated successfully, but these errors were encountered: