Merge pull request 'Removed scroll locking' (#128) from fix/bottom-sheet-modal into develop
Reviewed-on: http://85.143.176.51:3000/free-land/front-end/pulls/128
This commit is contained in:
commit
0e3f08dea9
@ -25,7 +25,13 @@ export function BottomSheetModal({
|
||||
leaveFrom="translate-y-0 opacity-100"
|
||||
leaveTo="translate-y-full opacity-0"
|
||||
>
|
||||
<Dialog className="fixed bottom-0 w-full" as="div" onClose={() => {}}>
|
||||
<Dialog
|
||||
className="w-full z-50 fixed bottom-0"
|
||||
static
|
||||
open={false}
|
||||
as="div"
|
||||
onClose={() => {}}
|
||||
>
|
||||
{children}
|
||||
</Dialog>
|
||||
</Transition>
|
||||
|
Loading…
x
Reference in New Issue
Block a user