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_fit_mode(OverlayFitMode::SwitchAnchor)
|
||||||
.with_anchor_corner(AnchorCorner::BottomLeft)
|
.with_anchor_corner(AnchorCorner::BottomLeft)
|
||||||
|
.with_z_index(999)
|
||||||
.boxed()
|
.boxed()
|
||||||
}))
|
}))
|
||||||
.boxed()
|
.boxed()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue