Help With Custom Notification

Hi,
I took the base of a custom notification and made some changes to it.
The notification pops up with an animation and a sound but when I get multiple notifications it stacks below the first notification for example:
image
From what I’ve discovered this is the default but how do I make it stack to the right or the left side?
The notification uses JS, Lua, CSS, Html.

Appreciate it if you can help me :slight_smile:
Sorry if my English is not understandable, not my native language :slight_smile: .

your using left/top instead of margin-left/margin-top

Thanks for telling me!
Worked great!
Anyways, is there a way to check if a second notification pops up and link a separate animation to it?
Because when another notification pops up all the notifications activate the animation and that’s unnecessary.
need the animation to show only to a notification that showed up.

um yeah, show me how you “play” the animation in the css class

I succeeded in doing that with help of a couple of forums. but still thank you for telling me how to fix the margin stuff. :slight_smile: