diff options
| author | soryu <soryu@soryu.co> | 2026-01-25 01:25:28 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2026-01-25 01:25:28 +0000 |
| commit | 32dc1d2d3e80dda194569b20d5414cd39ce7f320 (patch) | |
| tree | 1e0f8f9fe90cb5de4d4198470a2b6449e53513c4 | |
| parent | a279ec29efb863fefd1ca82e5b490f2e8784cf3c (diff) | |
| download | soryu-32dc1d2d3e80dda194569b20d5414cd39ce7f320.tar.gz soryu-32dc1d2d3e80dda194569b20d5414cd39ce7f320.zip | |
Fix CSS on tempaltes page
| -rw-r--r-- | makima/frontend/src/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
