SelectComponent does not render droplist correctly when embedded in a dialog #12895
Labels
dialogs
issues related to dialogs
good first issue
good first issues for new contributors
help wanted
issues meant to be picked up, require help
ui/ux
issues related to user interface / user experience
Milestone
Bug Description:
I am using the SelectComponent component in a dialog, the droplist content is hidden behind the dialog area.
Steps to Reproduce:
Additional Information
The issue is that the dialog overlay has an z-index of 5000 and the select-component-container does not have any z-index set.
By providing these two CSS rules to the select-component-container element, the droplist option is show correctly within the dialog and the setting page.
The text was updated successfully, but these errors were encountered: