From 74156601571cfc009dac86925940675461a5dbb9 Mon Sep 17 00:00:00 2001 From: Vladimir Banduristov Date: Fri, 11 Aug 2023 09:55:51 +0300 Subject: [PATCH] fix: fix typeings in package.json --- src/VueBottomSheet.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/VueBottomSheet.vue b/src/VueBottomSheet.vue index 85092ae..701f027 100644 --- a/src/VueBottomSheet.vue +++ b/src/VueBottomSheet.vue @@ -360,6 +360,7 @@ defineExpose({ open, close }) transform: translate3d(0, v-bind('translateValueString'), 0); height: v-bind('sheetHeightString'); max-width: v-bind('maxWidthString'); + width: 100%; max-height: v-bind('maxHeightString'); box-sizing: border-box; pointer-events: all;