fix: z-index
This commit is contained in:
parent
ff5c2ba51c
commit
51ebb57623
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<Transition name="fade" appear @leave="onTransitionLeaveStart">
|
||||
<div
|
||||
ref="modal"
|
||||
class="fixed inset-0 z-50 overflow-y-auto transition"
|
||||
class="fixed inset-0 z-[99999] overflow-y-auto transition"
|
||||
role="dialog"
|
||||
>
|
||||
<div
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div>
|
||||
<div class="z-[99999]">
|
||||
<Transition name="fade" appear>
|
||||
<div
|
||||
v-if="show"
|
||||
|
|
|
|||
Loading…
Reference in a new issue