snort/packages/app/src/Toaster.css

13 lines
179 B
CSS
Raw Normal View History

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