jianxiaoBai / react-json-editor-ui

React-based visual json editor.
https://jianxiaobai.github.io/react-json-editor-ui/
MIT License
46 stars 10 forks source link

Dropdown hides to behind when opened up in a modal #13

Closed HenryHengZJ closed 1 year ago

HenryHengZJ commented 1 year ago

When using JSONEditor in a modal, the dropdown appears to hide behind the modal as shown:

image
ejbriones commented 1 year ago

Hello,

same issue using React MUI v4 Dialog. image

jianxiaoBai commented 1 year ago

image

The .ant-select-dropdown z-index value is 1050, make sure your pop-up has a z-index greater than 1050, or you can set the .ant-select-dropdown z-index separately.

@ejbriones @HenryHengZJ