Commit 729f91439b16e579248fb6586d414a23968aa2a6

Authored by oleg
1 parent b951314b

UI:fix

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -39,6 +39,6 @@
39 39 @include keyframes(tbMoveToBottomFade) {
40 40 to {
41 41 opacity: 0;
42   - @include transform(translate(0, 100%));
  42 + @include transform(translate(0, 150%));
43 43 }
44 44 }
\ No newline at end of file
... ...