2025-12-06 23:37:56 +02:00

12 lines
223 B
CSS

#toast-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: absolute;
width: 100%;
top: 20px;
pointer-events: none;
contain: none;
}