diff --git a/src/sass/views/includes/actionSheet.scss b/src/sass/views/includes/actionSheet.scss index 942e9ffc9..a0137618c 100644 --- a/src/sass/views/includes/actionSheet.scss +++ b/src/sass/views/includes/actionSheet.scss @@ -4,7 +4,7 @@ action-sheet { &__sheet { background: #fff; - width: 100%; + width: calc(100% + 1px); position: fixed; bottom: 0; left: 50%;