snort/packages/app/src/Toaster.css
2023-05-17 10:17:26 +01:00

13 lines
179 B
CSS

.toaster {
position: fixed;
bottom: 0;
left: 0;
display: flex;
flex-direction: column-reverse;
z-index: 9999;
}
.toaster > .card {
border: 1px solid var(--gray);
}