fixed width of bottom modal

This commit is contained in:
Maximus 2022-08-23 11:57:20 +03:00
parent 8d2036207e
commit e87a920d99

View File

@ -25,7 +25,7 @@ export function BottomSheetModal({
leaveFrom="translate-y-0 opacity-100"
leaveTo="translate-y-full opacity-0"
>
<Dialog className="fixed bottom-0" as="div" onClose={() => {}}>
<Dialog className="fixed bottom-0 w-full" as="div" onClose={() => {}}>
{children}
</Dialog>
</Transition>