mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 21:03:51 +03:00
Prevent expanded dock from hiding contacts popover
This commit is contained in:
parent
2b4fd53202
commit
f364a15d89
@ -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 New Issue
Block a user