New notifications at the top of the list
I'm using a position of 'tr' (top right) for the notification list. As new notifications come in, they are added to the bottom of the list.
What would be useful is an option so that new notifications would be added to the top of the list and the other notifications would be shifted down. Is that currently possible or in the works?
Right now it's not possible due the order of the elements on each container and the css positions.
Right now it's not possible due the order of the elements on each container and the css positions.
Have you considered using flexbox in the notifications container so the order of the children can be modified by CSS?