fix(action-sheet): container animates in correctly (#26347)

resolves #25368
This commit is contained in:
Liam DeBeasi
2022-11-23 12:12:48 -05:00
committed by GitHub
parent e6f2a1f6a1
commit 1e855e7699
2 changed files with 13 additions and 2 deletions

View File

@ -43,7 +43,7 @@
--width: #{$action-sheet-width};
--max-width: #{$action-sheet-max-width};
--min-height: auto;
--height: 100%;
--height: auto;
--max-height: calc(100% - (var(--ion-safe-area-top) + var(--ion-safe-area-bottom)));
@include font-smoothing();
@ -126,7 +126,7 @@
justify-content: flex-end;
height: 100%;
max-height: 100%;
max-height: 100vh;
}
.action-sheet-group {