Prevent expanded dock from hiding contacts popover

This commit is contained in:
Antonio Scandurra 2022-10-25 13:47:37 +02:00
parent 2b4fd53202
commit f364a15d89

View file

@ -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()