fix(Modal): remove overflow-hidden (#1460)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
kmilogp
2024-03-04 12:58:56 +01:00
committed by GitHub
parent 0c2f655a27
commit 002129c299

View File

@@ -4,7 +4,7 @@ export default {
container: 'flex min-h-full items-end sm:items-center justify-center text-center',
padding: 'p-4 sm:p-0',
margin: 'sm:my-8',
base: 'relative text-left rtl:text-right overflow-hidden flex flex-col',
base: 'relative text-left rtl:text-right flex flex-col',
overlay: {
base: 'fixed inset-0 transition-opacity',
background: 'bg-gray-200/75 dark:bg-gray-800/75',