give 1 extra pixel to ensure there is no space on the right side

This commit is contained in:
Marty Alcala 2016-10-12 19:24:57 -04:00
commit d726b39b47

View file

@ -4,7 +4,7 @@ action-sheet {
&__sheet {
background: #fff;
width: 100%;
width: calc(100% + 1px);
position: fixed;
bottom: 0;
left: 50%;