Don't move toasts to the top for smaller screens
All checks were successful
Deploy Frontend / docker (17, 3.8.5) (push) Successful in 1m24s

This commit is contained in:
Braydon 2024-04-18 00:09:40 -04:00
parent d1d78ef71b
commit 4b5c8d1d89

@ -16,7 +16,7 @@ const ToastViewport = React.forwardRef<
<ToastPrimitives.Viewport
ref={ref}
className={cn(
"fixed top-0 z-[100] flex max-h-screen w-full flex-col-reverse p-4 sm:bottom-0 sm:right-0 sm:top-auto sm:flex-col md:max-w-[420px]",
"fixed z-[100] flex max-h-screen w-full flex-col-reverse p-4 bottom-0 right-0 top-auto flex-col md:max-w-[420px]",
className
)}
{...props}