Skip to content

Dropdown panel becomes invisible when DevTools is open — z-index overlay issue (PrimeReact 10.8.3) #8415

@parthdham15

Description

@parthdham15

Describe the bug

When opening the PrimeReact component while Chrome DevTools is open, the dropdown panel becomes invisible.
The DOM shows the overlay element is present, but it is not visible unless we manually increase the z-index value.

This appears to be a global z-index / stacking-context bug in PrimeReact 10.x overlay logic.

Reproducer

No response

System Information

PrimeReact Version:10.8.3

React Version:18.3.1

Browser Google Chrome: 138.0.7204.184

Steps to reproduce the behavior

  1. Render a simple component.

  2. Open Chrome DevTools (F12).

  3. Click to open the dropdown.

  4. The panel is not visible, but the DOM shows the overlay container exists.

  5. Manually edit CSS in DevTools:

Expected behavior

The dropdown options panel should remain visible even when DevTools is open.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Resolution: WontfixIssue will not be fixed due to technical limitations

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions