Closed NicolasRannou closed 8 years ago
Hi @NicolasRannou, this behavior is by design, as mentioned in the Material design: Snackbars & toasts:
Show only one snackbar on screen at a time.
You could pile the messages rather than the toasts, e.g. http://jsbin.com/cuvova/1/edit?html,output
I would like to have several toast display on top of each other.
Right now if I create 2 toasts and show them, the first toast get hidden by the second toast.
What I would like it the second toast to push the existing toast up.
Ideally my toast should also be able to push a fab button up too (like in inbox). Is such behavior supported?