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
GuySartorelli
changed the title
TreeDropdownField menu z-index issue when above a HTMLEditorField
Any field using react-select has menu z-index issue when above a HTMLEditorField
Dec 19, 2023
Affected Version
5.1
Description
The react-select menu's z-index is too low causing it to disappear when placed directly above a HTMLEditorField.
I've added the following to my cms.css file as a temporary fix:
Setting z-index to anything below 3 did not fix the issue.
Affected fields
TreeDropdownField
AchorSelectorField
ListboxField
PRs
The text was updated successfully, but these errors were encountered: