Fix hovering over elements nested inside their parents

Co-Authored-By: Conrad Irwin <conrad@zed.dev>
This commit is contained in:
Julia 2024-01-23 16:25:10 -05:00 committed by Julia
parent d60ef81ede
commit 849a1324f7
2 changed files with 16 additions and 20 deletions

View file

@ -2496,8 +2496,6 @@ impl CollabPanel {
.absolute()
.right(rems(0.))
.h_full()
// HACK: Without this the channel name clips on top of the icons, but I'm not sure why.
.z_index(10)
.child(
h_flex()
.h_full()