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

can we keep the old sticky toasts still if current toasts are more than the stack number? #53

Open
CindyLulu opened this issue Jun 20, 2019 · 0 comments

Comments

@CindyLulu
Copy link

If I run the below script for more than 4 times, like 5 or 10:
$.toast({ text: 'Set the hideAfter property to false and the toast will become sticky.', hideAfter: false, stack: 4, })
The old one will be replaced by the new one, however, when I close all the 4 toasts, I didn't see the old toasts, should we set them as sticky until clicking the close button?
for example, the latest toast will not replace the previous one, just have a larger z-index, after closing the latest toast, we still can see the previous one.

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

1 participant