mirror of
https://github.com/discourse/discourse.git
synced 2025-06-07 11:44:46 +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:
@ -8,7 +8,7 @@
|
|||||||
--transform-y: 0;
|
--transform-y: 0;
|
||||||
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 5px;
|
top: calc(var(--header-offset) + 0.33rem);
|
||||||
right: 5px;
|
right: 5px;
|
||||||
z-index: z("max");
|
z-index: z("max");
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Reference in New Issue
Block a user