fix: show toasts above the footer

This commit is contained in:
Aarnav Tale 2025-01-06 08:35:25 +05:30
parent b060700dfe
commit 328302cd81
No known key found for this signature in database

View File

@ -74,7 +74,7 @@ export function Toaster() {
createPortal(
state.visibleToasts.length >= 0 ? (
<div
className={cn('fixed bottom-4 right-4', 'flex flex-col gap-4')}
className={cn('fixed bottom-20 right-4', 'flex flex-col gap-4')}
{...regionProps}
ref={reference}
>