notifpopups: use correct exclusivity
This commit is contained in:
parent
54a6267957
commit
006e83279a
2 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue