diff --git a/app/providers/toaster-providers.tsx b/app/providers/toaster-providers.tsx index c9d5571..4ee571b 100644 --- a/app/providers/toaster-providers.tsx +++ b/app/providers/toaster-providers.tsx @@ -12,9 +12,6 @@ export function ToasterProviders() { closeButton position="bottom-right" theme={ theme === 'light' ? 'light' : 'dark' } - toastOptions={{ - className: 'z-[9999]', - }} /> ) } \ No newline at end of file