mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-24 08:50:34 +01:00
chore(Modal): handle transition disable
This commit is contained in:
@@ -244,8 +244,8 @@ export default (variantColors: string[]) => {
|
||||
}
|
||||
|
||||
const modal = {
|
||||
wrapper: 'flex items-end justify-center min-h-screen pt-4 px-4 pb-20 text-center sm:block sm:p-0',
|
||||
container: 'flex min-h-full items-end sm:items-center justify-center p-4 text-center',
|
||||
wrapper: 'fixed inset-0 overflow-y-auto',
|
||||
container: 'flex min-h-full items-end sm:items-center justify-center p-4 sm:p-0 text-center',
|
||||
base: 'relative inline-block align-bottom text-left overflow-hidden transform transition-all sm:my-8 sm:align-middle w-full',
|
||||
background: 'u-bg-white',
|
||||
overlay: 'bg-gray-500/75 dark:bg-gray-600/75',
|
||||
|
||||
Reference in New Issue
Block a user