Fix broken toast animations & DOM removal

This commit is contained in:
Michael Shamoon
2022-03-10 22:36:43 -08:00
parent fde0f4ca0a
commit 3acc65ca0d
2 changed files with 5 additions and 1 deletions

View File

@@ -5,3 +5,7 @@
margin: 0.5em;
z-index: 1200;
}
.toast:not(.show) {
display: block; // this corrects an ng-bootstrap bug that prevented animations
}