sforkowany z mirror/soapbox
Merge branch 'modal-overflow' into 'develop'
Modal: remove overflow-hidden Closes #1021 See merge request soapbox-pub/soapbox-fe!1598upgrade-jest
commit
997b709d8a
|
@ -83,7 +83,7 @@ const Modal: React.FC<IModal> = ({
|
||||||
}, [skipFocus, buttonRef]);
|
}, [skipFocus, buttonRef]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div data-testid='modal' className={classNames('block w-full p-6 mx-auto overflow-hidden text-left align-middle transition-all transform bg-white dark:bg-slate-800 text-black dark:text-white shadow-xl rounded-2xl pointer-events-auto', widths[width])}>
|
<div data-testid='modal' className={classNames('block w-full p-6 mx-auto text-left align-middle transition-all transform bg-white dark:bg-slate-800 text-black dark:text-white shadow-xl rounded-2xl pointer-events-auto', widths[width])}>
|
||||||
<div className='sm:flex sm:items-start w-full justify-between'>
|
<div className='sm:flex sm:items-start w-full justify-between'>
|
||||||
<div className='w-full'>
|
<div className='w-full'>
|
||||||
{title && (
|
{title && (
|
||||||
|
|
Ładowanie…
Reference in New Issue