ng-snotify
ng-snotify copied to clipboard
Snotify toast suddenly disappear when bootstrap modal is popped
I am facing weird problem with snotify:
Angular 5.x Snotify 4.3.0 Bootstrap 3.7
it works perfect but behave strange when bootstrap modal is open; I have recorded the screen which may help to fix this issue:
+1
I am facing weird problem with snotify:
Angular 5.x Snotify 4.3.0 Bootstrap 3.7
it works perfect but behave strange when bootstrap modal is open; I have recorded the screen which may help to fix this issue:
Hi @mumairofficial ,
I am facing the same issue. Did you get any fix for this?
Thank You.
@deepika231-max Yes I was able to fix it.
There was css class (common between dialog and snotify notification) which was mutated with dialog opening.
So renaming those classes helped me to address this issue!
@deepika231-max Yes I was able to fix it.
There was css class (common between dialog and snotify notification) which was mutated with dialog opening.
So renaming those classes helped me to address this issue!
what was the class?
.snotifyToast { webkit-animation-fill-mode: both !important; animation-fill-mode: both !important; }
this will solve