diff options
| author | Fuwn <[email protected]> | 2026-02-08 08:13:14 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-08 08:13:14 -0800 |
| commit | 49ef604cf5ee7b4717e96fd168ebd5c611451a4d (patch) | |
| tree | 66bf283b5ad5829351514f26983f394a6d8f553f /apps/web/app | |
| parent | feat: show tier-specific welcome message on subscription activation (diff) | |
| download | asa.news-49ef604cf5ee7b4717e96fd168ebd5c611451a4d.tar.xz asa.news-49ef604cf5ee7b4717e96fd168ebd5c611451a4d.zip | |
fix: toast notification z-index behind entry panel
Diffstat (limited to 'apps/web/app')
| -rw-r--r-- | apps/web/app/providers.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/app/providers.tsx b/apps/web/app/providers.tsx index 03c2320..efe6775 100644 --- a/apps/web/app/providers.tsx +++ b/apps/web/app/providers.tsx @@ -13,6 +13,7 @@ export function Providers({ children }: { children: React.ReactNode }) { {children} <Toaster position="bottom-right" + style={{ zIndex: 9999 }} toastOptions={{ style: { background: "var(--color-background-secondary)", |