mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-25 18:33:09 +00:00
Prevent expanded dock from hiding contacts popover
This commit is contained in:
parent
2b4fd53202
commit
f364a15d89
1 changed files with 1 additions and 0 deletions
|
@ -247,6 +247,7 @@ impl CollabTitlebarItem {
|
|||
)
|
||||
.with_fit_mode(OverlayFitMode::SwitchAnchor)
|
||||
.with_anchor_corner(AnchorCorner::BottomLeft)
|
||||
.with_z_index(999)
|
||||
.boxed()
|
||||
}))
|
||||
.boxed()
|
||||
|
|
Loading…
Reference in a new issue