From d726b39b47d11b36efc0445891922ab6c2e0af81 Mon Sep 17 00:00:00 2001 From: Marty Alcala Date: Wed, 12 Oct 2016 19:24:57 -0400 Subject: [PATCH] give 1 extra pixel to ensure there is no space on the right side --- src/sass/views/includes/actionSheet.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%;