Skip to content

Commit 3fc323a

Browse files
authored
fix(popup): update width when placement is bottom (#2152)
1 parent 0a71e11 commit 3fc323a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/popup/popup.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
&--bottom {
3939
bottom: 0;
4040
left: 0;
41-
width: 100vw;
41+
width: 100%;
4242
border-top-left-radius: @popup-border-radius;
4343
border-top-right-radius: @popup-border-radius;
4444
padding-bottom: constant(safe-area-inset-bottom);

0 commit comments

Comments
 (0)