Fix hovering over elements nested inside their parents
Co-Authored-By: Conrad Irwin <conrad@zed.dev>
This commit is contained in:
parent
d60ef81ede
commit
849a1324f7
2 changed files with 16 additions and 20 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue