From 693481cc08cc867d2b32bb9f4d87b0415e20b3bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 18 Mar 2026 23:12:27 +0800 Subject: [PATCH] fix: resolve unclickable navigation icon issue #36 --- public/css/dashboard.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/public/css/dashboard.css b/public/css/dashboard.css index 79345b9..fe0a5ab 100644 --- a/public/css/dashboard.css +++ b/public/css/dashboard.css @@ -38,7 +38,7 @@ height: 100%; background: rgba(0, 0, 0, 0.7); backdrop-filter: blur(5px); - z-index: 2000; + z-index: 6000; display: none; opacity: 0; transition: opacity 0.2s; @@ -163,6 +163,8 @@ max-width: 480px; display: none; animation: fadeIn 0.2s ease-out; + padding-bottom: 80px; + box-sizing: border-box; } #view-tokens { @@ -453,7 +455,8 @@ display: flex; justify-content: space-around; align-items: center; - z-index: 1000; + z-index: 5000; + pointer-events: auto; padding: 0 8px; padding-bottom: env(safe-area-inset-bottom); }