diff --git a/packages/web-components/src/bottom-sheet/bottom-sheet.style.ts b/packages/web-components/src/bottom-sheet/bottom-sheet.style.ts index c359e50f..23f3e872 100644 --- a/packages/web-components/src/bottom-sheet/bottom-sheet.style.ts +++ b/packages/web-components/src/bottom-sheet/bottom-sheet.style.ts @@ -124,6 +124,7 @@ const styles = css` justify-content: center; align-items: center; background-color: var(--tapsi-color-surface-primary); + flex-shrink: 0; transition: height 240ms ease; }