Browse Source

fix: z-index of medium-zoom (#4055)

pull/4059/head
Reg Chiu 2 years ago
committed by GitHub
parent
commit
93c619ea47
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 7
      docs/.vitepress/theme/components/site-layout.vue

7
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>

Loading…
Cancel
Save