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:
parent
c010093809
commit
1013a67413
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue