No JavaScript required for this. You should be able to change this in CSS using either
#toast-container > div {
opacity:1;
}
or
.toast {
opacity: 1 !important;
}
No JavaScript required for this. You should be able to change this in CSS using either
#toast-container > div {
opacity:1;
}
or
.toast {
opacity: 1 !important;
}