Skip to content

Commit

Permalink
Merge pull request #1404 from andrew-bierman/fix-sheet-height
Browse files Browse the repository at this point in the history
Fix activity options and pack details on create trip
  • Loading branch information
pinocchio-life-like authored Jan 5, 2025
2 parents fa8be11 + 99ee655 commit 12e6e9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/app/components/GearList/GearList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const GearList = ({ isViewOnlyMode }: { isViewOnlyMode: boolean }) => {
)}
{currentPack ? (
<>
<LayoutCard>
<LayoutCard style={{ padding: 5 }}>
<PackSummary
currentPack={currentPack}
setWeightUnit={setWeightUnit}
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/form/lib/LmSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export function LmSelect({
</Select.Trigger>
{/*@ts-ignore*/}
<Select.Adapt when="sm">
<Select.Sheet modal dismissOnSnapToBottom>
<Select.Sheet modal dismissOnSnapToBottom snapPointsMode="fit">
<Select.Sheet.Frame>
<Select.Sheet.ScrollView>
<Select.Adapt.Contents />
Expand Down

0 comments on commit 12e6e9f

Please sign in to comment.