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

This commit is contained in:
Reg Chiu 2024-08-06 17:48:22 +08:00 committed by GitHub
parent 0c18912f4e
commit 93c619ea47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 5 deletions

View File

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