From cfd8199006919de2e6c68f032c3aa33a01c88113 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 11 May 2026 20:46:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.vitepress/theme/style/zoo?= =?UTF-8?q?m.css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/theme/style/zoom.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .vitepress/theme/style/zoom.css diff --git a/.vitepress/theme/style/zoom.css b/.vitepress/theme/style/zoom.css new file mode 100644 index 0000000..382239c --- /dev/null +++ b/.vitepress/theme/style/zoom.css @@ -0,0 +1,7 @@ +.medium-zoom-overlay { + z-index: 9998; +} + +.medium-zoom-image--opened { + z-index: 9999; +} \ No newline at end of file