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

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