fix: z-index

This commit is contained in:
Liyas Thomas
2023-12-13 08:45:30 +05:30
parent ff5c2ba51c
commit 51ebb57623
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -1,5 +1,5 @@
<template>
<div>
<div class="z-[99999]">
<Transition name="fade" appear>
<div
v-if="show"