diff --git a/src/sass/views/includes/actionSheet.scss b/src/sass/views/includes/actionSheet.scss index b686e7c17..942e9ffc9 100644 --- a/src/sass/views/includes/actionSheet.scss +++ b/src/sass/views/includes/actionSheet.scss @@ -17,6 +17,8 @@ action-sheet { color: #2f2f2f; padding-bottom: 3.5rem; max-width: 550px; + max-height: 100vh; + overflow: scroll; &.slide-up { transform: translateY(0) translateX(-50%); diff --git a/www/views/confirm.html b/www/views/confirm.html index cc76c8577..b1f28c7b3 100644 --- a/www/views/confirm.html +++ b/www/views/confirm.html @@ -7,7 +7,7 @@ - +