Skip to content

Commit

Permalink
fix(action-sheet): allow scrollable action-sheet with many options (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi authored and brandyscarney committed Jan 8, 2020
1 parent 3b4988a commit 53fad97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions core/src/components/action-sheet/action-sheet.ios.scss
Expand Up @@ -32,8 +32,6 @@
.action-sheet-group {
@include border-radius($action-sheet-ios-border-radius);
@include margin(null, null, $action-sheet-ios-group-margin-bottom - 2, null);

overflow: hidden;
}

.action-sheet-group:first-child {
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/action-sheet/action-sheet.scss
Expand Up @@ -27,7 +27,7 @@
--max-width: #{$action-sheet-max-width};
--min-height: auto;
--height: 100%;
--max-height: 100%;
--max-height: calc(100% - (var(--ion-safe-area-top) + var(--ion-safe-area-bottom)));

@include font-smoothing();
@include position(0, 0, 0, 0);
Expand Down

0 comments on commit 53fad97

Please sign in to comment.