Go to file
Saberlve d624315fbf fix(import-window): move window shell outside layout to fix z-index stacking
The window-shell was incorrectly placed inside the first .panel section.
.panel creates a stacking context via backdrop-filter/overflow, trapping
the position:fixed window frame. Moving window-shell and minimized-bar
to be direct children of <body> (outside <main class="layout">) so
z-index:40 properly covers all panels.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 16:21:53 +08:00
docs/superpowers/specs docs: add import floating window design spec 2026-04-15 15:21:07 +08:00
src/zotero_kb/templates fix(import-window): move window shell outside layout to fix z-index stacking 2026-04-15 16:21:53 +08:00
tests test(import-window): fix window-project-label to import-window-project-label 2026-04-15 16:13:16 +08:00