.sl-toast-stack {
    top: auto;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    max-height: 50vh;
    overflow-y: auto;
}