CSS
Toast Notification Slide Stack
Translate-Y driven toast stack in top-right and bottom-center anchors, with flex gap handling restack and prefers-reduced-motion collapsing the transform to an instant swap.
Translate-Y driven toast stack in top-right and bottom-center anchors, with flex gap handling restack and prefers-reduced-motion collapsing the transform to an instant swap.
Feedback / toast / vertical stack
Reimplements the translateY-based toast primitive in two anchor orientations, with flex gap driving the restack and prefers-reduced-motion collapsing the transform to an instant swap.
Corner stack · new toast pushes down
New notices enter from above the first slot with a short translateY offset and settle into a stacked column pinned to the top-right.
Center stack · new toast lifts from below
New notices slide up from below the row. Older notices ride on flex gap so the stack reads as a soft upstream push rather than an absolute reshuffle.