Use exclusive_zone: -1 to not have panel impact position

Or need to make sure size is right, and it fills space other than panel?
This commit is contained in:
Ian Douglas Scott 2023-03-27 10:21:44 -07:00
parent c010093809
commit 1013a67413

View file

@ -143,6 +143,7 @@ impl App {
);
get_layer_surface(SctkLayerSurfaceSettings {
id,
exclusive_zone: -1,
keyboard_interactivity: KeyboardInteractivity::Exclusive,
namespace: "cosmic-workspace-overview".into(),
layer: Layer::Overlay,