zotero-kb/src/zotero_kb
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
..
templates fix(import-window): move window shell outside layout to fix z-index stacking 2026-04-15 16:21:53 +08:00