Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snotify toast suddenly disappear when bootstrap modal is popped #69

Open
mumairofficial opened this issue Dec 14, 2018 · 5 comments
Open

Comments

@mumairofficial
Copy link

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

@mhrabiee
Copy link

mhrabiee commented Feb 23, 2019

+1

@deepika231-max
Copy link

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.

@mumairofficial
Copy link
Author

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

@juhishw
Copy link

juhishw commented Jun 16, 2020

@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
Copy link

juhishw commented Jun 16, 2020

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

this will solve

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants