Skip to content

Conversation

@majiayu000
Copy link
Contributor

Summary

  • Increases PortalSelect z-index from z-20 to z-[1002]
  • Ensures select dropdown options appear above dialog/modal containers
  • Fixes the issue where select options were being obscured by the dialog settings panel

Test plan

  • All existing tests pass (5486 tests)
  • Visual verification: select dropdowns should now appear above any parent container

fixes #27581

Increase the z-index of PortalSelect dropdown from z-20 to z-[1002] to
ensure select options are not obscured when used inside dialog/modal
containers that have higher z-index values.

fixes langgenius#27581

Signed-off-by: majiayu000 <[email protected]>
@gemini-code-assist
Copy link
Contributor

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Dec 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The content of the select dropdown box is being obscured when the dialog pop-up is modified in the already released APP.

1 participant