ensure the 1st action sheet open animates on ios

This commit is contained in:
Marty Alcala 2016-10-19 15:10:23 -04:00
commit 9eccc0a439
3 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,7 @@ action-sheet {
bottom: 0;
left: 50%;
transform: translateY(100%) translateX(-50%);
transition: transform 250ms cubic-bezier(0.4, 0.0, 0.2, 1);
transition: transform 250ms cubic-bezier(0.4, 0.0, 0.2, 1) !important;
z-index: 100;
padding-top: 1.75rem;
padding-left: 1.25rem;