fix: z-index of medium-zoom (#4055)
parent
0c18912f4e
commit
93c619ea47
|
@ -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…
Reference in New Issue