Skip to content

Commit

Permalink
fix: fix typeings in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vaban-ru committed Aug 11, 2023
1 parent bf4b455 commit 7415660
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/VueBottomSheet.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7415660

Please sign in to comment.