fix errors with import footer #96

Merged
maximus merged 1 commits from fix/base-layout-schema into develop 2022-08-22 09:29:27 +00:00

View File

@ -25,7 +25,7 @@ export function BottomSheetModal({
leaveFrom="translate-y-0 opacity-100" leaveFrom="translate-y-0 opacity-100"
leaveTo="translate-y-full opacity-0" 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} {children}
</Dialog> </Dialog>
</Transition> </Transition>