Fix notification overlap (#491)

This commit is contained in:
Kerem Yilmaz
2024-06-19 07:46:37 -07:00
committed by GitHub
parent fc99ed09f1
commit 627279d04f

View File

@@ -13,6 +13,7 @@ const ToastViewport = React.forwardRef<
>(({ className, ...props }, ref) => (
<ToastPrimitives.Viewport
ref={ref}
data-toast="1"
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]",
className,