mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-05-07 00:46:44 -03:00
- Extract breadcrumb from controls template into sibling component - Fix breadcrumb sticky positioning (top: 0, z-index: calc(--z-header - 1)) - Add 1500px breakpoint to wrap controls-right and prevent overflow - Adjust breadcrumb padding-bottom to cover controls-right area when sticky
6 lines
214 B
HTML
6 lines
214 B
HTML
<div id="breadcrumbContainer" class="sidebar-breadcrumb-container">
|
|
<nav class="sidebar-breadcrumb-nav" id="sidebarBreadcrumbNav">
|
|
<!-- Breadcrumbs will be populated by JavaScript -->
|
|
</nav>
|
|
</div>
|