Merge pull request #473 from jktu2870/master

UI:fix
This commit is contained in:
Andrew Shvayka 2017-12-12 12:17:22 +02:00 committed by GitHub
commit 2a7dc7567b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,6 @@
@include keyframes(tbMoveToBottomFade) {
to {
opacity: 0;
@include transform(translate(0, 100%));
@include transform(translate(0, 150%));
}
}