give 1 extra pixel to ensure there is no space on the right side
This commit is contained in:
parent
f9e4d731f4
commit
d726b39b47
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ action-sheet {
|
|||
|
||||
&__sheet {
|
||||
background: #fff;
|
||||
width: 100%;
|
||||
width: calc(100% + 1px);
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue