fix bug z index styling

This commit is contained in:
Geriano
2022-07-29 22:18:10 +07:00
parent ff8ad19d17
commit 792d6fcbc9
4 changed files with 5 additions and 5 deletions

View File

@@ -243,7 +243,7 @@ onUnmounted(() => window.removeEventListener('keydown', esc))
</DashboardLayout>
<transition name="fade">
<div v-if="open" class="fixed top-0 left-0 w-full h-full bg-black bg-opacity-40 flex sm:items-center justify-center overflow-auto">
<div v-if="open" class="fixed top-0 left-0 w-full h-full bg-black bg-opacity-40 flex sm:items-center justify-center overflow-auto z-10">
<form @submit.prevent="submit" class="w-full max-w-xl sm:max-w-5xl shadow-xl">
<Card class="bg-gray-50 dark:bg-gray-700 dark:text-gray-100">
<template #header>