From dc2e408026b72b4a4bec115114ed57a5a40a1c60 Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Wed, 25 Feb 2026 00:52:37 +0100 Subject: [PATCH] Lower timeline z-index below sidebar so panel covers it when open Sidebar uses z-index 10; set timeline to 9 so it stays visible on the canvas but sits underneath the sidebar panel when expanded. Co-Authored-By: Claude Opus 4.6 --- js/snapshot_manager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/snapshot_manager.js b/js/snapshot_manager.js index 9059c80..7c4262d 100644 --- a/js/snapshot_manager.js +++ b/js/snapshot_manager.js @@ -894,7 +894,7 @@ const CSS = ` display: flex; align-items: center; padding: 0 16px; - z-index: 1000; + z-index: 9; pointer-events: auto; } .snap-timeline-track {