notifpopups: use correct exclusivity

This commit is contained in:
2 * r + 2 * t 2025-01-12 23:03:02 +11:00
parent 54a6267957
commit 006e83279a
2 changed files with 1 additions and 3 deletions

View file

@ -123,7 +123,6 @@ export default () => (
<window
namespace="notifpopups"
anchor={Astal.WindowAnchor.TOP | Astal.WindowAnchor.RIGHT | Astal.WindowAnchor.BOTTOM}
exclusivity={Astal.Exclusivity.IGNORE}
>
<box
vertical

View file

@ -18,12 +18,11 @@
}
.notifpopups {
margin-top: lib.s(50); // Bar offset
min-width: lib.s(410);
padding-left: lib.s(10); // So notifications can overshoot for init animation
.wrapper {
padding-bottom: lib.s(10);
padding-top: lib.s(10);
}
.popup {