From 32dc1d2d3e80dda194569b20d5414cd39ce7f320 Mon Sep 17 00:00:00 2001 From: soryu Date: Sun, 25 Jan 2026 01:25:28 +0000 Subject: Fix CSS on tempaltes page --- makima/frontend/src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makima/frontend/src/index.css b/makima/frontend/src/index.css index 722c8a3..5c08006 100644 --- a/makima/frontend/src/index.css +++ b/makima/frontend/src/index.css @@ -69,7 +69,7 @@ body { position: fixed; inset: 0; pointer-events: none; - z-index: 1; + z-index: 0; } .grid-overlay::before { -- cgit v1.2.3