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