Private
Public Access
1
0

feat: 图片点击放大支持 (medium-zoom)
All checks were successful
Deploy to Cloudflare Pages / deploy (push) Successful in 42s

This commit is contained in:
2026-03-09 23:42:32 +08:00
parent ca5f596590
commit 0b02d46bf7
4 changed files with 29 additions and 0 deletions

View File

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