ng-snotify icon indicating copy to clipboard operation
ng-snotify copied to clipboard

Snotify toast suddenly disappear when bootstrap modal is popped

Open mumairofficial opened this issue 6 years ago • 5 comments

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:

snotify-bug

mumairofficial avatar Dec 14 '18 14:12 mumairofficial

+1

mhrabiee avatar Feb 23 '19 09:02 mhrabiee

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:

snotify-bug

Hi @mumairofficial ,

I am facing the same issue. Did you get any fix for this?

Thank You.

deepika231-max avatar Mar 09 '20 12:03 deepika231-max

@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!

mumairofficial avatar Mar 13 '20 00:03 mumairofficial

@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?

juhishw avatar Jun 16 '20 15:06 juhishw

.snotifyToast { webkit-animation-fill-mode: both !important; animation-fill-mode: both !important; }

this will solve

juhishw avatar Jun 16 '20 15:06 juhishw