fix(ui): position toasts below header to avoid overlapping page controls

This commit is contained in:
Will Miao
2026-08-20 22:08:27 +08:00
parent 74254756ef
commit 86aa1d8059
2 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
position: fixed;
top: 0;
z-index: var(--z-header);
height: 48px;
height: var(--header-height, 48px);
/* Reduced height */
width: 100%;
box-shadow: var(--shadow-md);