Reg Chiu
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
5 deletions
-
docs/.vitepress/theme/components/site-layout.vue
|
|
|
@ -28,11 +28,8 @@ onMounted(() => { |
|
|
|
</template> |
|
|
|
|
|
|
|
<style> |
|
|
|
.medium-zoom-overlay { |
|
|
|
z-index: 2147483646; |
|
|
|
} |
|
|
|
|
|
|
|
.medium-zoom-image { |
|
|
|
.medium-zoom-overlay, |
|
|
|
.medium-zoom-image--opened { |
|
|
|
z-index: 2147483647; |
|
|
|
} |
|
|
|
</style> |
|
|
|
|