summaryrefslogtreecommitdiff
path: root/apps/web/app
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-02-08 08:13:14 -0800
committerFuwn <[email protected]>2026-02-08 08:13:14 -0800
commit49ef604cf5ee7b4717e96fd168ebd5c611451a4d (patch)
tree66bf283b5ad5829351514f26983f394a6d8f553f /apps/web/app
parentfeat: show tier-specific welcome message on subscription activation (diff)
downloadasa.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.tsx1
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)",