diff --git a/modules/notifications/index.ts b/modules/notifications/index.ts index fdc4ced..ab41097 100644 --- a/modules/notifications/index.ts +++ b/modules/notifications/index.ts @@ -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, diff --git a/scss/style/notifications/popups.scss b/scss/style/notifications/popups.scss index 1c80651..c1631d9 100644 --- a/scss/style/notifications/popups.scss +++ b/scss/style/notifications/popups.scss @@ -1,7 +1,3 @@ -.notification-card-container { - margin-top: 3.5rem; -} - .notification-card { color: $notification-text; background: $notification-background;