Skip to content

Fix Overlay Drawer Non-Modal Z

James Graham requested to merge work/nvrwhere/overlayDrawer_z into master

Set the overlay drawer z to 1 when non-modal.

By using applicationWindow().overlay.z + 1 for a non-modal drawer the handle get set to 1 higher than that making it impossible for a popup with a background to cover the handle. This lead to the referenced bug in Neochat.

BUG: 466219

Merge request reports