Skip to content

Commit

Permalink
fix: collapse container height when appearance set to interaction-only
Browse files Browse the repository at this point in the history
  • Loading branch information
jinsley8 committed Feb 16, 2024
1 parent fbfdd57 commit c2cf5bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/lib/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ export const CONTAINER_STYLE_SET: ContainerSizeSet = {
},
interactionOnly: {
width: 'fit-content',
height: 'auto'
height: 'auto',
display: 'flex'
}
}

Expand Down

0 comments on commit c2cf5bf

Please sign in to comment.