From 757936d284cb709709261ff9e0b99580b2106597 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Mon, 26 Jan 2026 23:21:13 -1000 Subject: Fix z-index layering for FAB button and details dropdown (#58, #59) - Add z-40 to FAB button so it floats above scrolling content - Increase details dropdown from z-20 to z-30 Z-index hierarchy: - Content: default - Sticky headers: z-10 - Details dropdown: z-30 - FAB button: z-40 - Modals: z-50 Co-Authored-By: Claude Opus 4.5 --- web/templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/templates') diff --git a/web/templates/index.html b/web/templates/index.html index 6bc513c..c6743ba 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -75,7 +75,7 @@ onclick="toggleDetailsDropdown(event)"> 📁 Details ▾ -