Fixed a deadzone caused by notifications. (#119)

This commit is contained in:
Jas Singh
2024-08-12 22:46:37 -07:00
committed by GitHub
parent b23f1a32cb
commit ea2ebc5c4b
2 changed files with 2 additions and 6 deletions

View File

@@ -34,13 +34,13 @@ export default () => {
if (activeMonitor === true) {
return curMon;
}
return mon;
}
),
layer: "overlay",
anchor: position.bind("value").as(v => getPosition(v)),
exclusivity: "ignore",
exclusivity: "normal",
child: Widget.Box({
class_name: "notification-card-container",
vertical: true,