fix bug shadow

This commit is contained in:
Geriano
2022-07-30 11:12:48 +07:00
parent 5d4d7658d6
commit b309861c5d
4 changed files with 4 additions and 4 deletions

View File

@@ -189,7 +189,7 @@ onUnmounted(() => window.removeEventListener('keydown', esc))
</DashboardLayout>
<Modal :show="open">
<form @submit.prevent="submit" class="w-full max-w-xl shadow-xl">
<form @submit.prevent="submit" class="w-full max-w-xl h-fit shadow-xl">
<Card class="bg-gray-50 dark:bg-gray-700 dark:text-gray-100">
<template #header>
<div class="flex items-center justify-end bg-gray-200 dark:bg-gray-800 p-2">