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
> if z-index solution not working i suggest you to use `portalId` props instead date-picker component just put ` portalId="what-ever-id"` and your problem will be fixed
Only this worked for me:
<DatePickerportalId="my-popper".../>
# In index.html
<style>
#my-popper {z-index: 100!important;}</style>
@mahavir-amoga Could you please share a minimal code example to demonstrate the issue with portal ID causing visual lag in positioning? This will be helpful thank you.
Only this worked for me:
Originally posted by @davidseek in #1252 (comment)
The text was updated successfully, but these errors were encountered: