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
Problem:
When the Cron component is used in a custom popup which is rendered from shadow root, there is a rendering issue since the popup component is calculated from the body rather then shadow root, which causing alignment issues and components like dropdown, gets rendered in the main body rather than shodow root/modal.
Possible Solution:
Adding getPopupContainer property from ant-design into cron which can be passed to Select component.