UX: prevent toasts from covering header (#26615)

This change prevents toast notifications from blocking the header and user navigation on both desktop and mobile.
This commit is contained in:
David Battersby 2024-04-12 15:49:23 +08:00 committed by GitHub
parent 2706f7ed74
commit 11eb4153fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@
--transform-y: 0;
position: fixed;
top: 5px;
top: calc(var(--header-offset) + 0.33rem);
right: 5px;
z-index: z("max");
display: flex;