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

View File

@ -28,11 +28,8 @@ onMounted(() => {
</template> </template>
<style> <style>
.medium-zoom-overlay { .medium-zoom-overlay,
z-index: 2147483646; .medium-zoom-image--opened {
}
.medium-zoom-image {
z-index: 2147483647; z-index: 2147483647;
} }
</style> </style>