Skip to content

Commit

Permalink
fix(theme): fix large page truncated in router
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Apr 8, 2018
1 parent 56261d4 commit 1bf64c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/styles/app/router.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
app-layout router-outlet + * {
display: block;
animation-duration: @router-animation-duration;
animation-fill-mode: both;
// animation-fill-mode: both;
animation-name: @router-animation-name; // fadeIn;
}

0 comments on commit 1bf64c6

Please sign in to comment.