emhance buttom sheet hight
This commit is contained in:
@@ -78,14 +78,14 @@ export function MapBottomSheet({
|
||||
title={t("cart.selectLocation")}
|
||||
showCloseButton={true}
|
||||
initialSnap={1}
|
||||
height={"100vh"}
|
||||
snapPoints={["100vh"]}
|
||||
height={"950px"}
|
||||
snapPoints={["950px"]}
|
||||
>
|
||||
<div
|
||||
style={{
|
||||
display: "flex",
|
||||
flexDirection: "column",
|
||||
height: "100%",
|
||||
height: "630px",
|
||||
padding: 0, // Override ProBottomSheet padding
|
||||
margin: 0, // Remove any margins
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user