mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-08-21 04:51:27 -03:00
fix(ui): position toasts below header to avoid overlapping page controls
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user