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

pull/48/MERGE
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> </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>