Use Layer::Top instead of Layer::Overlay

https://github.com/pop-os/cosmic-workspaces-epoch/issues/66. If we want
to hide the workspaces overlay when a popup is opened, that still needs
to be done, but using the same layer as the panel should be good in
general. There's no clear reason to have it on the `Overlay` layer.
This commit is contained in:
Ian Douglas Scott 2025-04-07 10:07:40 -07:00
parent 26b773c643
commit ca23d3ad67

View file

@ -210,7 +210,7 @@ impl App {
id,
keyboard_interactivity: KeyboardInteractivity::Exclusive,
namespace: "cosmic-workspace-overview".into(),
layer: Layer::Overlay,
layer: Layer::Top,
size: Some((None, None)),
output: IcedOutput::Output(output),
anchor: Anchor::all(),