mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 11:47:55 +01:00
fix(Modal): remove overflow-hidden (#1460)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@ export default {
|
|||||||
container: 'flex min-h-full items-end sm:items-center justify-center text-center',
|
container: 'flex min-h-full items-end sm:items-center justify-center text-center',
|
||||||
padding: 'p-4 sm:p-0',
|
padding: 'p-4 sm:p-0',
|
||||||
margin: 'sm:my-8',
|
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: {
|
overlay: {
|
||||||
base: 'fixed inset-0 transition-opacity',
|
base: 'fixed inset-0 transition-opacity',
|
||||||
background: 'bg-gray-200/75 dark:bg-gray-800/75',
|
background: 'bg-gray-200/75 dark:bg-gray-800/75',
|
||||||
|
|||||||
Reference in New Issue
Block a user