Skip to content

Conversation

ahmed-abdat
Copy link
Contributor

Fixes #14101

The fix in PR #13908 set z-index: 1 for the SearchBar, but table cells also have z-index: 1, causing the dropdown to still be covered by table rows due to DOM order.

This PR completes the fix by changing the z-index from 1 to 2, placing the SearchBar dropdown above table cells. This value is already safely used by other UI components (Card, Drawer, ReactSelect) without conflicts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

#13886 is not fully fixed

2 participants