У меня проблема с всплывающими окнами в тостре.Когда я отображаю всплывающее окно toastr, оно через некоторое время исчезает, но элемент html не удаляется, и этот код html блокирует другие элементы html.Библиотека и версия "ngx-toastr": "^ 9.1.0" .
Ниже приведен HTML-код Toastr:
<div id="toast-container" class="toast-bottom-right toast-container">
<div toast-component="" class="toast-success toast ng-trigger ng-trigger-flyInOut" style="opacity: 0;">
<button aria-label="Close" class="toast-close-button ng-tns-c8-0 ng-star-inserted" style=""><span class="ng-tns-c8-0" aria-hidden="true">×</span></button>
<div class="toast-title ng-star-inserted" aria-label="Workflow Added!" style=""> Successfully Added! </div>
<div aria-live="polite" role="alertdialog" class="toast-message ng-star-inserted" aria-label="Workflow added." style=""> Workflow added. </div>
</div>
</div>