Commit 0b0a94b
authored
fix(ui): fix filter dropdown rendering behind table rows (#173)
## Summary
- Filter dropdowns on the /runs page (Suite, Strategy, etc.) were
rendering behind table rows due to insufficient z-index
- Bumped `ListboxOptions` z-index from `z-10` to `z-50`
## Test plan
- [x] On /runs, click the Suite filter dropdown — verify it renders
above the table1 parent 2e8a0ba commit 0b0a94b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments