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

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