From e266bfb9bdaef09e91cdb53ecdb164d31406c212 Mon Sep 17 00:00:00 2001 From: linxiaopeng Date: Tue, 17 Feb 2026 18:41:23 +0800 Subject: [PATCH] Fix: bottom nav-wrapper may prevent content click --- theme/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/theme/style.css b/theme/style.css index ea8bc6e3c..9c8a230d9 100644 --- a/theme/style.css +++ b/theme/style.css @@ -94,6 +94,14 @@ table { } } +/* 防止wrapper遮挡内容 */ +.nav-wrapper{ + pointer-events: none; +} +.nav-wrapper > * { + pointer-events: auto; +} + .mobile-nav-chapters { width: 40px; font-size: 2.5rem