Skip to content

Commit 9ce9079

Browse files
committed
fix: width on mobile devices;
1 parent 83a925d commit 9ce9079

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/BottomSheet.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,8 @@ defineExpose({ open, close, snapToPoint })
378378
position: absolute;
379379
transition: visibility 250ms ease-in-out;
380380
visibility: hidden;
381-
width: 640px;
381+
width: 100%;
382+
max-width: 640px;
382383
will-change: height;
383384
}
384385

0 commit comments

Comments
 (0)