From d624315fbff2410d7be20ae46104c9426fad9d6d Mon Sep 17 00:00:00 2001 From: Saberlve Date: Wed, 15 Apr 2026 16:21:53 +0800 Subject: [PATCH] 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 (outside
) so z-index:40 properly covers all panels. Co-Authored-By: Claude Opus 4.6 --- src/zotero_kb/templates/index.html | 77 +++++++++++++++--------------- 1 file changed, 39 insertions(+), 38 deletions(-) diff --git a/src/zotero_kb/templates/index.html b/src/zotero_kb/templates/index.html index 4ac0629..863f321 100644 --- a/src/zotero_kb/templates/index.html +++ b/src/zotero_kb/templates/index.html @@ -337,46 +337,47 @@ - - - + + + +