Skip to content

Commit

Permalink
scss(back-button): make position:absolute while fading out
Browse files Browse the repository at this point in the history
Fixes #1069
  • Loading branch information
ajoslin committed Apr 7, 2014
1 parent e3c59e9 commit c6f5ed3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scss/_animations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,9 @@ $nav-title-slide-ios7-delay: 250ms;
&.ng-hide-remove {
display: block !important;
}
&.ng-hide-add {
position: absolute;
}
}
> .ng-enter, &.ng-enter,
> .ng-leave, &.ng-leave {
Expand Down

0 comments on commit c6f5ed3

Please sign in to comment.