mirror of
https://github.com/discourse/discourse.git
synced 2025-01-30 05:05:15 +08:00
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:
parent
2706f7ed74
commit
11eb4153fa
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user