Commit c110c5c
fix: scope badge tooltip no longer hidden behind next item row (v0.13.13)
Item rows have position:relative which creates stacking contexts.
Added z-index:10 on .item:hover so the hovered item's tooltip
renders above sibling items.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 92881ff commit c110c5c
3 files changed
Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
525 | 525 | | |
526 | 526 | | |
527 | 527 | | |
528 | | - | |
| 528 | + | |
529 | 529 | | |
530 | 530 | | |
531 | 531 | | |
| |||
0 commit comments