添加 .vitepress/theme/style/zoom.css

添加image zoom in/out的样式
This commit is contained in:
2026-05-11 20:44:25 +08:00
parent 8e5c577098
commit 7c0c9e46dd

View File

@@ -0,0 +1,7 @@
.medium-zoom-overlay {
z-index: 9998;
}
.medium-zoom-image--opened {
z-index: 9999;
}